Shades of Pale Green #9AFAAB
Tints of Pale Green #9AFAAB
RGB
CMYK
RGB Variations
Color information
#9AFAAB (or 0x9AFAAB) is known color: Pale Green. HEX triplet: 9A, FA and AB. RGB value is (154,250,171). Sum of RGB (Red+Green+Blue) = 154+250+171=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFAAB is #650554. Grayscale: #D4D4D4. Windows color (decimal): -6620501 or 11270810. OLE color: 11270810.
HSL color Cylindrical-coordinate representation of color #9AFAAB: hue angle of 130.62º 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 #9AFAAB is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 250 | 171 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.02 |
| HSL | 130.63º | 0.91% | 0.79% | - |
| HSV(B) | 130.63º | 0.38% | 0.98% | - |
| XYZ | 54.86 | 78.18 | 50.73 | - |
| YUV | 212.29 | 104.7 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 171 | 0.38 | 0 | 0.32 | 0.02 | 130.63 | 0.91 | 0.79 |
| Hex | 9A | FA | AB | 26 | 0 | 20 | 2 | 83 | 5B | 4F |
| Octal | 232 | 372 | 253 | 46 | 0 | 40 | 2 | 203 | 133 | 117 |
| Binary | 10011010 | 11111010 | 10101011 | 100110 | 0 | 100000 | 10 | 10000011 | 1011011 | 1001111 |
Color Harmonies of #9AFAAB
Complementary color
Monochromatic Colors of #9AFAAB
Black with #9AFAAB
Text Example
Text Example
White with #9AFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFAAB; }
p { color: rgb(154,250,171); }
H1.HeaderClassName
{
color: #9AFAAB;
}
.AnyTagClassName
{
color: #9AFAAB;
}
</style>
background-color css
<style>
a { background-color: #9AFAAB; }
a { background-color: rgb(154,250,171); }
div.DivClassName
{
background-color: #9AFAAB;
}
.BgClassName
{
background-color: #9AFAAB;
}
</style>
border-color css
<style>
span { border-color: #9AFAAB; }
span { border-color: rgb(154,250,171); }
td.TdClassName
{
border-color: #9AFAAB;
}
.TagClassName
{
border-color: #9AFAAB;
}
</style>