Shades of Pale Green #9AFC9E
Tints of Pale Green #9AFC9E
RGB
CMYK
RGB Variations
Color information
#9AFC9E (or 0x9AFC9E) is known color: Pale Green. HEX triplet: 9A, FC and 9E. RGB value is (154,252,158). Sum of RGB (Red+Green+Blue) = 154+252+158=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFC9E is #650361. Grayscale: #D4D4D4. Windows color (decimal): -6620002 or 10419354. OLE color: 10419354.
HSL color Cylindrical-coordinate representation of color #9AFC9E: hue angle of 122.45º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFC9E is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 252 | 158 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.01 |
| HSL | 122.45º | 0.94% | 0.8% | - |
| HSV(B) | 122.45º | 0.39% | 0.99% | - |
| XYZ | 54.31 | 78.96 | 44.73 | - |
| YUV | 211.98 | 97.53 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 252 | 158 | 0.39 | 0 | 0.37 | 0.01 | 122.45 | 0.94 | 0.8 |
| Hex | 9A | FC | 9E | 27 | 0 | 25 | 1 | 7A | 5E | 50 |
| Octal | 232 | 374 | 236 | 47 | 0 | 45 | 1 | 172 | 136 | 120 |
| Binary | 10011010 | 11111100 | 10011110 | 100111 | 0 | 100101 | 1 | 1111010 | 1011110 | 1010000 |
Color Harmonies of #9AFC9E
Complementary color
Monochromatic Colors of #9AFC9E
Black with #9AFC9E
Text Example
Text Example
White with #9AFC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFC9E; }
p { color: rgb(154,252,158); }
H1.HeaderClassName
{
color: #9AFC9E;
}
.AnyTagClassName
{
color: #9AFC9E;
}
</style>
background-color css
<style>
a { background-color: #9AFC9E; }
a { background-color: rgb(154,252,158); }
div.DivClassName
{
background-color: #9AFC9E;
}
.BgClassName
{
background-color: #9AFC9E;
}
</style>
border-color css
<style>
span { border-color: #9AFC9E; }
span { border-color: rgb(154,252,158); }
td.TdClassName
{
border-color: #9AFC9E;
}
.TagClassName
{
border-color: #9AFC9E;
}
</style>