Shades of Pale Green #9AF58E
Tints of Pale Green #9AF58E
RGB
CMYK
RGB Variations
Color information
#9AF58E (or 0x9AF58E) is known color: Pale Green. HEX triplet: 9A, F5 and 8E. RGB value is (154,245,142). Sum of RGB (Red+Green+Blue) = 154+245+142=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 245 - color contains mainly: green. Hex color #9AF58E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF58E is #650A71. Grayscale: #CECECE. Windows color (decimal): -6621810 or 9368986. OLE color: 9368986.
HSL color Cylindrical-coordinate representation of color #9AF58E: hue angle of 113.01º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9AF58E is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 245 | 142 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.04 |
| HSL | 113.01º | 0.84% | 0.76% | - |
| HSV(B) | 113.01º | 0.42% | 0.96% | - |
| XYZ | 50.86 | 74.13 | 37.22 | - |
| YUV | 206.05 | 91.85 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 245 | 142 | 0.37 | 0 | 0.42 | 0.04 | 113.01 | 0.84 | 0.76 |
| Hex | 9A | F5 | 8E | 25 | 0 | 2A | 4 | 71 | 54 | 4C |
| Octal | 232 | 365 | 216 | 45 | 0 | 52 | 4 | 161 | 124 | 114 |
| Binary | 10011010 | 11110101 | 10001110 | 100101 | 0 | 101010 | 100 | 1110001 | 1010100 | 1001100 |
Color Harmonies of #9AF58E
Complementary color
Monochromatic Colors of #9AF58E
Black with #9AF58E
Text Example
Text Example
White with #9AF58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF58E; }
p { color: rgb(154,245,142); }
H1.HeaderClassName
{
color: #9AF58E;
}
.AnyTagClassName
{
color: #9AF58E;
}
</style>
background-color css
<style>
a { background-color: #9AF58E; }
a { background-color: rgb(154,245,142); }
div.DivClassName
{
background-color: #9AF58E;
}
.BgClassName
{
background-color: #9AF58E;
}
</style>
border-color css
<style>
span { border-color: #9AF58E; }
span { border-color: rgb(154,245,142); }
td.TdClassName
{
border-color: #9AF58E;
}
.TagClassName
{
border-color: #9AF58E;
}
</style>