COLOR #99FEAE

HEX: #99FEAE RGB: (153,254,174)

Color info

#99FEAE contains mainly green color. Web safe color of #99FEAE is #99FF99 (or #9F9).

RGB color model

#99FEAE color RGB value is (153,254,174).

RGB: (153,254,174) (60%, 100%, 68%)

RGB channels and saturation

R 153 of 255 = 60%
G 254 of 255 = 100%
B 174 of 255 = 68%

153
254
174

R + G + B ~ 76%. #99FEAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 254 + 174 = 581 (100%)
R 153 of 581 ~ 26.33%
G 254 of 581 ~ 43.72%
B 174 of 581 ~ 29.95'%

%26.33
%43.72
%29.95

CMYK color model

#99FEAE color CMYK value is (40,0,31,0).

  • cyan value is 39.76%
  • magenta value is 0.00%
  • yellow value is 31.50%
  • key color value is 0.39%

CMYK: (40,0,31,0)
C40M0Y31K0 (40%, 0%, 31%, 0%)
(0.40 / 0.00 / 0.31 / 0.00)

CMYK percentages

%39.76
%0
%31.5
%0.39

Codes

Color #99FEAE in popluar color models

99 FE AE
RGB 153 254 174
HSL 132° 98.06% 79.80%
HSB/HSV 132° 39.76% 99.61%
CMYK 39.76% 0.00% 31.50%
0.39%

Color #99FEAE in popluar number systems.

HEX 99 FE AE
Decimal 153 254 174
Binary 10011001 11111110 10101110
Octal 231 376 256

Shades and tints

Shades of #99FEAE

#99FEAE
(153,254,174)
#8CE79F
(140,231,159)
#7FD090
(127,208,144)
#72B981
(114,185,129)
#65A272
(101,162,114)
#588B63
(88,139,99)
#4B7454
(75,116,84)
#3E5D45
(62,93,69)
#314636
(49,70,54)
#242F27
(36,47,39)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #99FEAE

#99FEAE
(153,254,174)
#A2FEB5
(162,254,181)
#ABFEBC
(171,254,188)
#B4FEC3
(180,254,195)
#BDFECA
(189,254,202)
#C6FED1
(198,254,209)
#CFFED8
(207,254,216)
#D8FEDF
(216,254,223)
#E1FEE6
(225,254,230)
#EAFEED
(234,254,237)
#F3FEF4
(243,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99FEAE color. Also use rgb(153,254,174) instead hex code.

Text Font Color

.myTextColor { color: #99FEAE; }

<p style="color:#99FEAE">This sample text font color is #99FEAE.</p>

This text font color is #99FEAE.

Background Color

.myBgColor { background-color: #99FEAE; }

<div style="background-color:#99FEAE">Inner text</div>

This div background color is #99FEAE.

Border color

.myBorderColor { border: 1px solid #99FEAE; }

<div style="border:3px solid #99FEAE">Div</div>

This div border color is #99FEAE.

Opacity

.myOpacity80 { color: #99FEAE; opacity: 0.8; }

<p style="color:#99FEAE;opacity:0.8;">80%</p>

Text with #99FEAE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #99FEAE;}

<p style="text-shadow: 3px 3px 1px #99FEAE">Text here.</p>

This text has shadow with #99FEAE color.


.textShadow {text-shadow: 3px 3px 1px #99FEAE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #99FEAE, 5px 5px 20px red">Text here.</p>

This text has shadow with #99FEAE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#99FEAE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#99FEAE, Direction=45, Strength=4)">Text</p>

This text has shadow with #99FEAE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #99FEAE;
-webkit-box-shadow: 1px 1px 3px 2px #99FEAE;
box-shadow: 1px 1px 3px 2px #99FEAE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #99FEAE; -webkit-box-shadow: 1px 1px 3px 2px #99FEAE; box-shadow:1px 1px 3px 2px #99FEAE;">
Div content here
</div>

This div box has shadow with color #99FEAE.

Preview

Color preview on black background

This text has color #99FEAE on black background.


Color preview on white background

This text has color #99FEAE on white background.


Black color preview on #99FEAE background

This text has black color on #99FEAE background.


White color preview on #99FEAE background

This text has white color on #99FEAE background.


Related colors

Complementary color

Complementary color for #hex is #660151.


I love getcolorcode.com

Triadic colors

1 #AE99FE and #FEAE99 with #99FEAE are triadic colors.

2 #AEFE99 and #FE99AE with #99FEAE are triadic colors.