#9AFCAE

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

Shades of Pale Green #9AFCAE

Tints of Pale Green #9AFCAE

Color information

#9AFCAE (or 0x9AFCAE) is unknown color: approx Pale Green. HEX triplet: 9A, FC and AE. RGB value is (154,252,174). Sum of RGB (Red+Green+Blue) = 154+252+174=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFCAE is #650351. Grayscale: #D6D6D6. Windows color (decimal): -6619986 or 11467930. OLE color: 11467930.

HSL color Cylindrical-coordinate representation of color #9AFCAE: hue angle of 132.24º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFCAE is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB154252174-
CMYK0.3900.310.01
HSL132.24º94.23%79.61%-
HSV(B)132.24º38.89%98.82%-
XYZ55.7879.5552.46-
YUV213.81105.5385.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.55%
GREEN value IS 252 (98.83% from 255) = 43.45%
BLUE value IS 174 (68.36% from 255) = 30%
R=26.55%
G=43.45%
B=30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542521740.3900.310.01132.2494.2379.61
Hex9AFCAE2701F1845e50
Octal232374256470371204136120
Binary10011010111111001010111010011101111111000010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,252,174); }

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

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

 a { background-color: rgb(154,252,174); }

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

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

 span { border-color: rgb(154,252,174); }

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