Shades of Kelly Green #5ACC1F
Tints of Kelly Green #5ACC1F
RGB
CMYK
RGB Variations
Color information
#5ACC1F (or 0x5ACC1F) is known color: Kelly Green. HEX triplet: 5A, CC and 1F. RGB value is (90,204,31). Sum of RGB (Red+Green+Blue) = 90+204+31=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACC1F is #A533E0. Grayscale: #969696. Windows color (decimal): -10826721 or 2083930. OLE color: 2083930.
HSL color Cylindrical-coordinate representation of color #5ACC1F: hue angle of 99.54º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5ACC1F is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 31 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.2 |
| HSL | 99.54º | 0.74% | 0.46% | - |
| HSV(B) | 99.54º | 0.85% | 0.8% | - |
| XYZ | 26.06 | 45.46 | 8.7 | - |
| YUV | 150.19 | 60.73 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 31 | 0.56 | 0 | 0.85 | 0.2 | 99.54 | 0.74 | 0.46 |
| Hex | 5A | CC | 1F | 38 | 0 | 55 | 14 | 64 | 4A | 2E |
| Octal | 132 | 314 | 37 | 70 | 0 | 125 | 24 | 144 | 112 | 56 |
| Binary | 1011010 | 11001100 | 11111 | 111000 | 0 | 1010101 | 10100 | 1100100 | 1001010 | 101110 |
Color Harmonies of #5ACC1F
Complementary color
Monochromatic Colors of #5ACC1F
Black with #5ACC1F
Text Example
Text Example
White with #5ACC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACC1F; }
p { color: rgb(90,204,31); }
H1.HeaderClassName
{
color: #5ACC1F;
}
.AnyTagClassName
{
color: #5ACC1F;
}
</style>
background-color css
<style>
a { background-color: #5ACC1F; }
a { background-color: rgb(90,204,31); }
div.DivClassName
{
background-color: #5ACC1F;
}
.BgClassName
{
background-color: #5ACC1F;
}
</style>
border-color css
<style>
span { border-color: #5ACC1F; }
span { border-color: rgb(90,204,31); }
td.TdClassName
{
border-color: #5ACC1F;
}
.TagClassName
{
border-color: #5ACC1F;
}
</style>