Shades of Pale Green #9AFDAC
Tints of Pale Green #9AFDAC
RGB
CMYK
RGB Variations
Color information
#9AFDAC (or 0x9AFDAC) is known color: Pale Green. HEX triplet: 9A, FD and AC. RGB value is (154,253,172). Sum of RGB (Red+Green+Blue) = 154+253+172=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFDAC is #650253. Grayscale: #D6D6D6. Windows color (decimal): -6619732 or 11337114. OLE color: 11337114.
HSL color Cylindrical-coordinate representation of color #9AFDAC: hue angle of 130.91º degrees, saturation: 0.96, 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 #9AFDAC is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 253 | 172 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.01 |
| HSL | 130.91º | 0.96% | 0.8% | - |
| HSV(B) | 130.91º | 0.39% | 0.99% | - |
| XYZ | 55.9 | 80.1 | 51.54 | - |
| YUV | 214.17 | 104.2 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 253 | 172 | 0.39 | 0 | 0.32 | 0.01 | 130.91 | 0.96 | 0.8 |
| Hex | 9A | FD | AC | 27 | 0 | 20 | 1 | 83 | 60 | 50 |
| Octal | 232 | 375 | 254 | 47 | 0 | 40 | 1 | 203 | 140 | 120 |
| Binary | 10011010 | 11111101 | 10101100 | 100111 | 0 | 100000 | 1 | 10000011 | 1100000 | 1010000 |
Color Harmonies of #9AFDAC
Complementary color
Monochromatic Colors of #9AFDAC
Black with #9AFDAC
Text Example
Text Example
White with #9AFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFDAC; }
p { color: rgb(154,253,172); }
H1.HeaderClassName
{
color: #9AFDAC;
}
.AnyTagClassName
{
color: #9AFDAC;
}
</style>
background-color css
<style>
a { background-color: #9AFDAC; }
a { background-color: rgb(154,253,172); }
div.DivClassName
{
background-color: #9AFDAC;
}
.BgClassName
{
background-color: #9AFDAC;
}
</style>
border-color css
<style>
span { border-color: #9AFDAC; }
span { border-color: rgb(154,253,172); }
td.TdClassName
{
border-color: #9AFDAC;
}
.TagClassName
{
border-color: #9AFDAC;
}
</style>