Shades of Pale Green #9AFCAE
Tints of Pale Green #9AFCAE
RGB
CMYK
RGB Variations
Color information
#9AFCAE (or 0x9AFCAE) is known color: 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
| RGB | 154 | 252 | 174 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.01 |
| HSL | 132.24º | 0.94% | 0.8% | - |
| HSV(B) | 132.24º | 0.39% | 0.99% | - |
| XYZ | 55.78 | 79.55 | 52.46 | - |
| YUV | 213.81 | 105.53 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 252 | 174 | 0.39 | 0 | 0.31 | 0.01 | 132.24 | 0.94 | 0.8 |
| Hex | 9A | FC | AE | 27 | 0 | 1F | 1 | 84 | 5E | 50 |
| Octal | 232 | 374 | 256 | 47 | 0 | 37 | 1 | 204 | 136 | 120 |
| Binary | 10011010 | 11111100 | 10101110 | 100111 | 0 | 11111 | 1 | 10000100 | 1011110 | 1010000 |
Color Harmonies of #9AFCAE
Complementary color
Monochromatic Colors of #9AFCAE
Black with #9AFCAE
Text Example
Text Example
White with #9AFCAE
Text Example
Text Example
HTML Codes & Css Web 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>