Shades of Pale Green #9AF6AB
Tints of Pale Green #9AF6AB
RGB
CMYK
RGB Variations
Color information
#9AF6AB (or 0x9AF6AB) is known color: Pale Green. HEX triplet: 9A, F6 and AB. RGB value is (154,246,171). Sum of RGB (Red+Green+Blue) = 154+246+171=571 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.97% from 571); Green value is 246 (96.48% from 255 or 43.08% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF6AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF6AB is #650954. Grayscale: #D2D2D2. Windows color (decimal): -6621525 or 11269786. OLE color: 11269786.
HSL color Cylindrical-coordinate representation of color #9AF6AB: hue angle of 131.09º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF6AB is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 246 | 171 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.04 |
| HSL | 131.09º | 0.84% | 0.78% | - |
| HSV(B) | 131.09º | 0.37% | 0.96% | - |
| XYZ | 53.63 | 75.72 | 50.32 | - |
| YUV | 209.94 | 106.02 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 246 | 171 | 0.37 | 0 | 0.30 | 0.04 | 131.09 | 0.84 | 0.78 |
| Hex | 9A | F6 | AB | 25 | 0 | 1E | 4 | 83 | 54 | 4E |
| Octal | 232 | 366 | 253 | 45 | 0 | 36 | 4 | 203 | 124 | 116 |
| Binary | 10011010 | 11110110 | 10101011 | 100101 | 0 | 11110 | 100 | 10000011 | 1010100 | 1001110 |
Color Harmonies of #9AF6AB
Complementary color
Monochromatic Colors of #9AF6AB
Black with #9AF6AB
Text Example
Text Example
White with #9AF6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF6AB; }
p { color: rgb(154,246,171); }
H1.HeaderClassName
{
color: #9AF6AB;
}
.AnyTagClassName
{
color: #9AF6AB;
}
</style>
background-color css
<style>
a { background-color: #9AF6AB; }
a { background-color: rgb(154,246,171); }
div.DivClassName
{
background-color: #9AF6AB;
}
.BgClassName
{
background-color: #9AF6AB;
}
</style>
border-color css
<style>
span { border-color: #9AF6AB; }
span { border-color: rgb(154,246,171); }
td.TdClassName
{
border-color: #9AF6AB;
}
.TagClassName
{
border-color: #9AF6AB;
}
</style>