Shades of Light Green #9AF982
Tints of Light Green #9AF982
RGB
CMYK
RGB Variations
Color information
#9AF982 (or 0x9AF982) is known color: Light Green. HEX triplet: 9A, F9 and 82. RGB value is (154,249,130). Sum of RGB (Red+Green+Blue) = 154+249+130=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF982 is #65067D. Grayscale: #CFCFCF. Windows color (decimal): -6620798 or 8583578. OLE color: 8583578.
HSL color Cylindrical-coordinate representation of color #9AF982: hue angle of 107.9º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AF982 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 249 | 130 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.02 |
| HSL | 107.9º | 0.91% | 0.74% | - |
| HSV(B) | 107.9º | 0.48% | 0.98% | - |
| XYZ | 51.23 | 76.23 | 33.13 | - |
| YUV | 207.03 | 84.53 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 249 | 130 | 0.38 | 0 | 0.48 | 0.02 | 107.9 | 0.91 | 0.74 |
| Hex | 9A | F9 | 82 | 26 | 0 | 30 | 2 | 6C | 5B | 4A |
| Octal | 232 | 371 | 202 | 46 | 0 | 60 | 2 | 154 | 133 | 112 |
| Binary | 10011010 | 11111001 | 10000010 | 100110 | 0 | 110000 | 10 | 1101100 | 1011011 | 1001010 |
Color Harmonies of #9AF982
Complementary color
Monochromatic Colors of #9AF982
Black with #9AF982
Text Example
Text Example
White with #9AF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF982; }
p { color: rgb(154,249,130); }
H1.HeaderClassName
{
color: #9AF982;
}
.AnyTagClassName
{
color: #9AF982;
}
</style>
background-color css
<style>
a { background-color: #9AF982; }
a { background-color: rgb(154,249,130); }
div.DivClassName
{
background-color: #9AF982;
}
.BgClassName
{
background-color: #9AF982;
}
</style>
border-color css
<style>
span { border-color: #9AF982; }
span { border-color: rgb(154,249,130); }
td.TdClassName
{
border-color: #9AF982;
}
.TagClassName
{
border-color: #9AF982;
}
</style>