Shades of Pale Green #9AFB8C
Tints of Pale Green #9AFB8C
RGB
CMYK
RGB Variations
Color information
#9AFB8C (or 0x9AFB8C) is known color: Pale Green. HEX triplet: 9A, FB and 8C. RGB value is (154,251,140). Sum of RGB (Red+Green+Blue) = 154+251+140=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFB8C is #650473. Grayscale: #D1D1D1. Windows color (decimal): -6620276 or 9239450. OLE color: 9239450.
HSL color Cylindrical-coordinate representation of color #9AFB8C: hue angle of 112.43º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AFB8C is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 251 | 140 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.02 |
| HSL | 112.43º | 0.93% | 0.77% | - |
| HSV(B) | 112.43º | 0.44% | 0.98% | - |
| XYZ | 52.56 | 77.76 | 37.05 | - |
| YUV | 209.34 | 88.86 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 251 | 140 | 0.39 | 0 | 0.44 | 0.02 | 112.43 | 0.93 | 0.77 |
| Hex | 9A | FB | 8C | 27 | 0 | 2C | 2 | 70 | 5D | 4D |
| Octal | 232 | 373 | 214 | 47 | 0 | 54 | 2 | 160 | 135 | 115 |
| Binary | 10011010 | 11111011 | 10001100 | 100111 | 0 | 101100 | 10 | 1110000 | 1011101 | 1001101 |
Color Harmonies of #9AFB8C
Complementary color
Monochromatic Colors of #9AFB8C
Black with #9AFB8C
Text Example
Text Example
White with #9AFB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFB8C; }
p { color: rgb(154,251,140); }
H1.HeaderClassName
{
color: #9AFB8C;
}
.AnyTagClassName
{
color: #9AFB8C;
}
</style>
background-color css
<style>
a { background-color: #9AFB8C; }
a { background-color: rgb(154,251,140); }
div.DivClassName
{
background-color: #9AFB8C;
}
.BgClassName
{
background-color: #9AFB8C;
}
</style>
border-color css
<style>
span { border-color: #9AFB8C; }
span { border-color: rgb(154,251,140); }
td.TdClassName
{
border-color: #9AFB8C;
}
.TagClassName
{
border-color: #9AFB8C;
}
</style>