Shades of Pale Green #9AFC8E
Tints of Pale Green #9AFC8E
RGB
CMYK
RGB Variations
Color information
#9AFC8E (or 0x9AFC8E) is known color: Pale Green. HEX triplet: 9A, FC and 8E. RGB value is (154,252,142). Sum of RGB (Red+Green+Blue) = 154+252+142=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFC8E is #650371. Grayscale: #D2D2D2. Windows color (decimal): -6620018 or 9370778. OLE color: 9370778.
HSL color Cylindrical-coordinate representation of color #9AFC8E: hue angle of 113.45º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AFC8E is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 252 | 142 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.01 |
| HSL | 113.45º | 0.95% | 0.77% | - |
| HSV(B) | 113.45º | 0.44% | 0.99% | - |
| XYZ | 53.02 | 78.44 | 37.94 | - |
| YUV | 210.16 | 89.53 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 252 | 142 | 0.39 | 0 | 0.44 | 0.01 | 113.45 | 0.95 | 0.77 |
| Hex | 9A | FC | 8E | 27 | 0 | 2C | 1 | 71 | 5F | 4D |
| Octal | 232 | 374 | 216 | 47 | 0 | 54 | 1 | 161 | 137 | 115 |
| Binary | 10011010 | 11111100 | 10001110 | 100111 | 0 | 101100 | 1 | 1110001 | 1011111 | 1001101 |
Color Harmonies of #9AFC8E
Complementary color
Monochromatic Colors of #9AFC8E
Black with #9AFC8E
Text Example
Text Example
White with #9AFC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFC8E; }
p { color: rgb(154,252,142); }
H1.HeaderClassName
{
color: #9AFC8E;
}
.AnyTagClassName
{
color: #9AFC8E;
}
</style>
background-color css
<style>
a { background-color: #9AFC8E; }
a { background-color: rgb(154,252,142); }
div.DivClassName
{
background-color: #9AFC8E;
}
.BgClassName
{
background-color: #9AFC8E;
}
</style>
border-color css
<style>
span { border-color: #9AFC8E; }
span { border-color: rgb(154,252,142); }
td.TdClassName
{
border-color: #9AFC8E;
}
.TagClassName
{
border-color: #9AFC8E;
}
</style>