Shades of Pale Green #9AFC8B
Tints of Pale Green #9AFC8B
RGB
CMYK
RGB Variations
Color information
#9AFC8B (or 0x9AFC8B) is known color: Pale Green. HEX triplet: 9A, FC and 8B. RGB value is (154,252,139). Sum of RGB (Red+Green+Blue) = 154+252+139=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFC8B is #650374. Grayscale: #D2D2D2. Windows color (decimal): -6620021 or 9174170. OLE color: 9174170.
HSL color Cylindrical-coordinate representation of color #9AFC8B: hue angle of 112.04º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AFC8B is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 252 | 139 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.01 |
| HSL | 112.04º | 0.95% | 0.77% | - |
| HSV(B) | 112.04º | 0.45% | 0.99% | - |
| XYZ | 52.8 | 78.35 | 36.77 | - |
| YUV | 209.82 | 88.03 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 252 | 139 | 0.39 | 0 | 0.45 | 0.01 | 112.04 | 0.95 | 0.77 |
| Hex | 9A | FC | 8B | 27 | 0 | 2D | 1 | 70 | 5F | 4D |
| Octal | 232 | 374 | 213 | 47 | 0 | 55 | 1 | 160 | 137 | 115 |
| Binary | 10011010 | 11111100 | 10001011 | 100111 | 0 | 101101 | 1 | 1110000 | 1011111 | 1001101 |
Color Harmonies of #9AFC8B
Complementary color
Monochromatic Colors of #9AFC8B
Black with #9AFC8B
Text Example
Text Example
White with #9AFC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFC8B; }
p { color: rgb(154,252,139); }
H1.HeaderClassName
{
color: #9AFC8B;
}
.AnyTagClassName
{
color: #9AFC8B;
}
</style>
background-color css
<style>
a { background-color: #9AFC8B; }
a { background-color: rgb(154,252,139); }
div.DivClassName
{
background-color: #9AFC8B;
}
.BgClassName
{
background-color: #9AFC8B;
}
</style>
border-color css
<style>
span { border-color: #9AFC8B; }
span { border-color: rgb(154,252,139); }
td.TdClassName
{
border-color: #9AFC8B;
}
.TagClassName
{
border-color: #9AFC8B;
}
</style>