Shades of Light Green #9AF980
Tints of Light Green #9AF980
RGB
CMYK
RGB Variations
Color information
#9AF980 (or 0x9AF980) is known color: Light Green. HEX triplet: 9A, F9 and 80. RGB value is (154,249,128). Sum of RGB (Red+Green+Blue) = 154+249+128=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF980 is #65067F. Grayscale: #CFCFCF. Windows color (decimal): -6620800 or 8452506. OLE color: 8452506.
HSL color Cylindrical-coordinate representation of color #9AF980: hue angle of 107.11º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9AF980 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 249 | 128 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.02 |
| HSL | 107.11º | 0.91% | 0.74% | - |
| HSV(B) | 107.11º | 0.49% | 0.98% | - |
| XYZ | 51.1 | 76.18 | 32.43 | - |
| YUV | 206.8 | 83.53 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 249 | 128 | 0.38 | 0 | 0.49 | 0.02 | 107.11 | 0.91 | 0.74 |
| Hex | 9A | F9 | 80 | 26 | 0 | 31 | 2 | 6B | 5B | 4A |
| Octal | 232 | 371 | 200 | 46 | 0 | 61 | 2 | 153 | 133 | 112 |
| Binary | 10011010 | 11111001 | 10000000 | 100110 | 0 | 110001 | 10 | 1101011 | 1011011 | 1001010 |
Color Harmonies of #9AF980
Complementary color
Monochromatic Colors of #9AF980
Black with #9AF980
Text Example
Text Example
White with #9AF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF980; }
p { color: rgb(154,249,128); }
H1.HeaderClassName
{
color: #9AF980;
}
.AnyTagClassName
{
color: #9AF980;
}
</style>
background-color css
<style>
a { background-color: #9AF980; }
a { background-color: rgb(154,249,128); }
div.DivClassName
{
background-color: #9AF980;
}
.BgClassName
{
background-color: #9AF980;
}
</style>
border-color css
<style>
span { border-color: #9AF980; }
span { border-color: rgb(154,249,128); }
td.TdClassName
{
border-color: #9AF980;
}
.TagClassName
{
border-color: #9AF980;
}
</style>