Shades of Light Green #9AF584
Tints of Light Green #9AF584
RGB
CMYK
RGB Variations
Color information
#9AF584 (or 0x9AF584) is known color: Light Green. HEX triplet: 9A, F5 and 84. RGB value is (154,245,132). Sum of RGB (Red+Green+Blue) = 154+245+132=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #9AF584 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF584 is #650A7B. Grayscale: #CDCDCD. Windows color (decimal): -6621820 or 8713626. OLE color: 8713626.
HSL color Cylindrical-coordinate representation of color #9AF584: hue angle of 108.32º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9AF584 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 245 | 132 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.04 |
| HSL | 108.32º | 0.85% | 0.74% | - |
| HSV(B) | 108.32º | 0.46% | 0.96% | - |
| XYZ | 50.14 | 73.84 | 33.44 | - |
| YUV | 204.91 | 86.85 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 245 | 132 | 0.37 | 0 | 0.46 | 0.04 | 108.32 | 0.85 | 0.74 |
| Hex | 9A | F5 | 84 | 25 | 0 | 2E | 4 | 6C | 55 | 4A |
| Octal | 232 | 365 | 204 | 45 | 0 | 56 | 4 | 154 | 125 | 112 |
| Binary | 10011010 | 11110101 | 10000100 | 100101 | 0 | 101110 | 100 | 1101100 | 1010101 | 1001010 |
Color Harmonies of #9AF584
Complementary color
Monochromatic Colors of #9AF584
Black with #9AF584
Text Example
Text Example
White with #9AF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF584; }
p { color: rgb(154,245,132); }
H1.HeaderClassName
{
color: #9AF584;
}
.AnyTagClassName
{
color: #9AF584;
}
</style>
background-color css
<style>
a { background-color: #9AF584; }
a { background-color: rgb(154,245,132); }
div.DivClassName
{
background-color: #9AF584;
}
.BgClassName
{
background-color: #9AF584;
}
</style>
border-color css
<style>
span { border-color: #9AF584; }
span { border-color: rgb(154,245,132); }
td.TdClassName
{
border-color: #9AF584;
}
.TagClassName
{
border-color: #9AF584;
}
</style>