Shades of Light Green #9AFA82
Tints of Light Green #9AFA82
RGB
CMYK
RGB Variations
Color information
#9AFA82 (or 0x9AFA82) is known color: Light Green. HEX triplet: 9A, FA and 82. RGB value is (154,250,130). Sum of RGB (Red+Green+Blue) = 154+250+130=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFA82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFA82 is #65057D. Grayscale: #D0D0D0. Windows color (decimal): -6620542 or 8583834. OLE color: 8583834.
HSL color Cylindrical-coordinate representation of color #9AFA82: hue angle of 108º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AFA82 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 250 | 130 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.02 |
| HSL | 108º | 0.92% | 0.75% | - |
| HSV(B) | 108º | 0.48% | 0.98% | - |
| XYZ | 51.54 | 76.85 | 33.24 | - |
| YUV | 207.62 | 84.2 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 130 | 0.38 | 0 | 0.48 | 0.02 | 108 | 0.92 | 0.75 |
| Hex | 9A | FA | 82 | 26 | 0 | 30 | 2 | 6C | 5C | 4B |
| Octal | 232 | 372 | 202 | 46 | 0 | 60 | 2 | 154 | 134 | 113 |
| Binary | 10011010 | 11111010 | 10000010 | 100110 | 0 | 110000 | 10 | 1101100 | 1011100 | 1001011 |
Color Harmonies of #9AFA82
Complementary color
Monochromatic Colors of #9AFA82
Black with #9AFA82
Text Example
Text Example
White with #9AFA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFA82; }
p { color: rgb(154,250,130); }
H1.HeaderClassName
{
color: #9AFA82;
}
.AnyTagClassName
{
color: #9AFA82;
}
</style>
background-color css
<style>
a { background-color: #9AFA82; }
a { background-color: rgb(154,250,130); }
div.DivClassName
{
background-color: #9AFA82;
}
.BgClassName
{
background-color: #9AFA82;
}
</style>
border-color css
<style>
span { border-color: #9AFA82; }
span { border-color: rgb(154,250,130); }
td.TdClassName
{
border-color: #9AFA82;
}
.TagClassName
{
border-color: #9AFA82;
}
</style>