#9AEFA8

Color #9AEFA8 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #9AEFA8

Tints of Pale Green #9AEFA8

Color information

#9AEFA8 (or 0x9AEFA8) is unknown color: approx Pale Green. HEX triplet: 9A, EF and A8. RGB value is (154,239,168). Sum of RGB (Red+Green+Blue) = 154+239+168=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #9AEFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEFA8 is #651057. Grayscale: #CDCDCD. Windows color (decimal): -6623320 or 11071386. OLE color: 11071386.

HSL color Cylindrical-coordinate representation of color #9AEFA8: hue angle of 129.88º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AEFA8 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB154239168-
CMYK0.3600.300.06
HSL129.88º72.65%77.06%-
HSV(B)129.88º35.56%93.73%-
XYZ51.2671.4348.13-
YUV205.49106.8491.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 27.45%
GREEN value IS 239 (93.75% from 255) = 42.60%
BLUE value IS 168 (66.02% from 255) = 29.95%
R=27.45%
G=42.60%
B=29.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542391680.3600.300.06129.8872.6577.06
Hex9AEFA82401E682494d
Octal232357250440366202111115
Binary1001101011101111101010001001000111101101000001010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AEFA8; }

 p { color: rgb(154,239,168); }

 H1.HeaderClassName
 {
   color: #9AEFA8;
 }
 .AnyTagClassName
 {
   color: #9AEFA8;
 }
</style>
background-color css

<style>
 a { background-color: #9AEFA8; }

 a { background-color: rgb(154,239,168); }

 div.DivClassName
 {
   background-color: #9AEFA8;
 }
 .BgClassName
 {
   background-color: #9AEFA8;
 }
</style>
border-color css

<style>
 span { border-color: #9AEFA8; }

 span { border-color: rgb(154,239,168); }

 td.TdClassName
 {
   border-color: #9AEFA8;
 }
 .TagClassName
 {
   border-color: #9AEFA8;
 }
</style>