Shades of Pale Green #9AFB8A
Tints of Pale Green #9AFB8A
RGB
CMYK
RGB Variations
Color information
#9AFB8A (or 0x9AFB8A) is known color: Pale Green. HEX triplet: 9A, FB and 8A. RGB value is (154,251,138). Sum of RGB (Red+Green+Blue) = 154+251+138=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFB8A is #650475. Grayscale: #D1D1D1. Windows color (decimal): -6620278 or 9108378. OLE color: 9108378.
HSL color Cylindrical-coordinate representation of color #9AFB8A: hue angle of 111.5º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AFB8A is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 251 | 138 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.02 |
| HSL | 111.5º | 0.93% | 0.76% | - |
| HSV(B) | 111.5º | 0.45% | 0.98% | - |
| XYZ | 52.41 | 77.7 | 36.28 | - |
| YUV | 209.12 | 87.86 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 251 | 138 | 0.39 | 0 | 0.45 | 0.02 | 111.5 | 0.93 | 0.76 |
| Hex | 9A | FB | 8A | 27 | 0 | 2D | 2 | 70 | 5D | 4C |
| Octal | 232 | 373 | 212 | 47 | 0 | 55 | 2 | 160 | 135 | 114 |
| Binary | 10011010 | 11111011 | 10001010 | 100111 | 0 | 101101 | 10 | 1110000 | 1011101 | 1001100 |
Color Harmonies of #9AFB8A
Complementary color
Monochromatic Colors of #9AFB8A
Black with #9AFB8A
Text Example
Text Example
White with #9AFB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFB8A; }
p { color: rgb(154,251,138); }
H1.HeaderClassName
{
color: #9AFB8A;
}
.AnyTagClassName
{
color: #9AFB8A;
}
</style>
background-color css
<style>
a { background-color: #9AFB8A; }
a { background-color: rgb(154,251,138); }
div.DivClassName
{
background-color: #9AFB8A;
}
.BgClassName
{
background-color: #9AFB8A;
}
</style>
border-color css
<style>
span { border-color: #9AFB8A; }
span { border-color: rgb(154,251,138); }
td.TdClassName
{
border-color: #9AFB8A;
}
.TagClassName
{
border-color: #9AFB8A;
}
</style>