Shades of Pale Green #9AFAAA
Tints of Pale Green #9AFAAA
RGB
CMYK
RGB Variations
Color information
#9AFAAA (or 0x9AFAAA) is known color: Pale Green. HEX triplet: 9A, FA and AA. RGB value is (154,250,170). Sum of RGB (Red+Green+Blue) = 154+250+170=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFAAA is #650555. Grayscale: #D4D4D4. Windows color (decimal): -6620502 or 11205274. OLE color: 11205274.
HSL color Cylindrical-coordinate representation of color #9AFAAA: hue angle of 130º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AFAAA is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 250 | 170 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.02 |
| HSL | 130º | 0.91% | 0.79% | - |
| HSV(B) | 130º | 0.38% | 0.98% | - |
| XYZ | 54.77 | 78.14 | 50.23 | - |
| YUV | 212.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 170 | 0.38 | 0 | 0.32 | 0.02 | 130 | 0.91 | 0.79 |
| Hex | 9A | FA | AA | 26 | 0 | 20 | 2 | 82 | 5B | 4F |
| Octal | 232 | 372 | 252 | 46 | 0 | 40 | 2 | 202 | 133 | 117 |
| Binary | 10011010 | 11111010 | 10101010 | 100110 | 0 | 100000 | 10 | 10000010 | 1011011 | 1001111 |
Color Harmonies of #9AFAAA
Complementary color
Monochromatic Colors of #9AFAAA
Black with #9AFAAA
Text Example
Text Example
White with #9AFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFAAA; }
p { color: rgb(154,250,170); }
H1.HeaderClassName
{
color: #9AFAAA;
}
.AnyTagClassName
{
color: #9AFAAA;
}
</style>
background-color css
<style>
a { background-color: #9AFAAA; }
a { background-color: rgb(154,250,170); }
div.DivClassName
{
background-color: #9AFAAA;
}
.BgClassName
{
background-color: #9AFAAA;
}
</style>
border-color css
<style>
span { border-color: #9AFAAA; }
span { border-color: rgb(154,250,170); }
td.TdClassName
{
border-color: #9AFAAA;
}
.TagClassName
{
border-color: #9AFAAA;
}
</style>