Shades of Kelly Green #5AAF2A
Tints of Kelly Green #5AAF2A
RGB
CMYK
RGB Variations
Color information
#5AAF2A (or 0x5AAF2A) is known color: Kelly Green. HEX triplet: 5A, AF and 2A. RGB value is (90,175,42). Sum of RGB (Red+Green+Blue) = 90+175+42=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF2A is #A550D5. Grayscale: #868686. Windows color (decimal): -10834134 or 2797402. OLE color: 2797402.
HSL color Cylindrical-coordinate representation of color #5AAF2A: hue angle of 98.35º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5AAF2A is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 42 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.31 |
| HSL | 98.35º | 0.61% | 0.43% | - |
| HSV(B) | 98.35º | 0.76% | 0.69% | - |
| XYZ | 19.96 | 33 | 7.51 | - |
| YUV | 134.42 | 75.84 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 42 | 0.49 | 0 | 0.76 | 0.31 | 98.35 | 0.61 | 0.43 |
| Hex | 5A | AF | 2A | 31 | 0 | 4C | 1F | 62 | 3D | 2B |
| Octal | 132 | 257 | 52 | 61 | 0 | 114 | 37 | 142 | 75 | 53 |
| Binary | 1011010 | 10101111 | 101010 | 110001 | 0 | 1001100 | 11111 | 1100010 | 111101 | 101011 |
Color Harmonies of #5AAF2A
Complementary color
Monochromatic Colors of #5AAF2A
Black with #5AAF2A
Text Example
Text Example
White with #5AAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF2A; }
p { color: rgb(90,175,42); }
H1.HeaderClassName
{
color: #5AAF2A;
}
.AnyTagClassName
{
color: #5AAF2A;
}
</style>
background-color css
<style>
a { background-color: #5AAF2A; }
a { background-color: rgb(90,175,42); }
div.DivClassName
{
background-color: #5AAF2A;
}
.BgClassName
{
background-color: #5AAF2A;
}
</style>
border-color css
<style>
span { border-color: #5AAF2A; }
span { border-color: rgb(90,175,42); }
td.TdClassName
{
border-color: #5AAF2A;
}
.TagClassName
{
border-color: #5AAF2A;
}
</style>