Shades of Pale Green #9AF0A0
Tints of Pale Green #9AF0A0
RGB
CMYK
RGB Variations
Color information
#9AF0A0 (or 0x9AF0A0) is known color: Pale Green. HEX triplet: 9A, F0 and A0. RGB value is (154,240,160). Sum of RGB (Red+Green+Blue) = 154+240+160=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF0A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF0A0 is #650F5F. Grayscale: #CDCDCD. Windows color (decimal): -6623072 or 10547354. OLE color: 10547354.
HSL color Cylindrical-coordinate representation of color #9AF0A0: hue angle of 124.19º degrees, saturation: 0.74, 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 #9AF0A0 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 160 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.06 |
| HSL | 124.19º | 0.74% | 0.77% | - |
| HSV(B) | 124.19º | 0.36% | 0.94% | - |
| XYZ | 50.83 | 71.73 | 44.42 | - |
| YUV | 205.17 | 102.51 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 160 | 0.36 | 0 | 0.33 | 0.06 | 124.19 | 0.74 | 0.77 |
| Hex | 9A | F0 | A0 | 24 | 0 | 21 | 6 | 7C | 4A | 4D |
| Octal | 232 | 360 | 240 | 44 | 0 | 41 | 6 | 174 | 112 | 115 |
| Binary | 10011010 | 11110000 | 10100000 | 100100 | 0 | 100001 | 110 | 1111100 | 1001010 | 1001101 |
Color Harmonies of #9AF0A0
Complementary color
Monochromatic Colors of #9AF0A0
Black with #9AF0A0
Text Example
Text Example
White with #9AF0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF0A0; }
p { color: rgb(154,240,160); }
H1.HeaderClassName
{
color: #9AF0A0;
}
.AnyTagClassName
{
color: #9AF0A0;
}
</style>
background-color css
<style>
a { background-color: #9AF0A0; }
a { background-color: rgb(154,240,160); }
div.DivClassName
{
background-color: #9AF0A0;
}
.BgClassName
{
background-color: #9AF0A0;
}
</style>
border-color css
<style>
span { border-color: #9AF0A0; }
span { border-color: rgb(154,240,160); }
td.TdClassName
{
border-color: #9AF0A0;
}
.TagClassName
{
border-color: #9AF0A0;
}
</style>