Shades of Light Green #9AF880
Tints of Light Green #9AF880
RGB
CMYK
RGB Variations
Color information
#9AF880 (or 0x9AF880) is known color: Light Green. HEX triplet: 9A, F8 and 80. RGB value is (154,248,128). Sum of RGB (Red+Green+Blue) = 154+248+128=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF880 is #65077F. Grayscale: #CECECE. Windows color (decimal): -6621056 or 8452250. OLE color: 8452250.
HSL color Cylindrical-coordinate representation of color #9AF880: hue angle of 107º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AF880 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 248 | 128 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.03 |
| HSL | 107º | 0.9% | 0.74% | - |
| HSV(B) | 107º | 0.48% | 0.97% | - |
| XYZ | 50.79 | 75.56 | 32.33 | - |
| YUV | 206.21 | 83.86 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 248 | 128 | 0.38 | 0 | 0.48 | 0.03 | 107 | 0.9 | 0.74 |
| Hex | 9A | F8 | 80 | 26 | 0 | 30 | 3 | 6B | 5A | 4A |
| Octal | 232 | 370 | 200 | 46 | 0 | 60 | 3 | 153 | 132 | 112 |
| Binary | 10011010 | 11111000 | 10000000 | 100110 | 0 | 110000 | 11 | 1101011 | 1011010 | 1001010 |
Color Harmonies of #9AF880
Complementary color
Monochromatic Colors of #9AF880
Black with #9AF880
Text Example
Text Example
White with #9AF880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF880; }
p { color: rgb(154,248,128); }
H1.HeaderClassName
{
color: #9AF880;
}
.AnyTagClassName
{
color: #9AF880;
}
</style>
background-color css
<style>
a { background-color: #9AF880; }
a { background-color: rgb(154,248,128); }
div.DivClassName
{
background-color: #9AF880;
}
.BgClassName
{
background-color: #9AF880;
}
</style>
border-color css
<style>
span { border-color: #9AF880; }
span { border-color: rgb(154,248,128); }
td.TdClassName
{
border-color: #9AF880;
}
.TagClassName
{
border-color: #9AF880;
}
</style>