Shades of Light Green #9AF095
Tints of Light Green #9AF095
RGB
CMYK
RGB Variations
Color information
#9AF095 (or 0x9AF095) is known color: Light Green. HEX triplet: 9A, F0 and 95. RGB value is (154,240,149). Sum of RGB (Red+Green+Blue) = 154+240+149=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF095 is #650F6A. Grayscale: #CCCCCC. Windows color (decimal): -6623083 or 9826458. OLE color: 9826458.
HSL color Cylindrical-coordinate representation of color #9AF095: hue angle of 116.7º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF095 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 149 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.06 |
| HSL | 116.7º | 0.75% | 0.76% | - |
| HSV(B) | 116.7º | 0.38% | 0.94% | - |
| XYZ | 49.91 | 71.36 | 39.58 | - |
| YUV | 203.91 | 97.01 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 149 | 0.36 | 0 | 0.38 | 0.06 | 116.7 | 0.75 | 0.76 |
| Hex | 9A | F0 | 95 | 24 | 0 | 26 | 6 | 75 | 4B | 4C |
| Octal | 232 | 360 | 225 | 44 | 0 | 46 | 6 | 165 | 113 | 114 |
| Binary | 10011010 | 11110000 | 10010101 | 100100 | 0 | 100110 | 110 | 1110101 | 1001011 | 1001100 |
Color Harmonies of #9AF095
Complementary color
Monochromatic Colors of #9AF095
Black with #9AF095
Text Example
Text Example
White with #9AF095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF095; }
p { color: rgb(154,240,149); }
H1.HeaderClassName
{
color: #9AF095;
}
.AnyTagClassName
{
color: #9AF095;
}
</style>
background-color css
<style>
a { background-color: #9AF095; }
a { background-color: rgb(154,240,149); }
div.DivClassName
{
background-color: #9AF095;
}
.BgClassName
{
background-color: #9AF095;
}
</style>
border-color css
<style>
span { border-color: #9AF095; }
span { border-color: rgb(154,240,149); }
td.TdClassName
{
border-color: #9AF095;
}
.TagClassName
{
border-color: #9AF095;
}
</style>