Shades of Kelly Green #5AD02A
Tints of Kelly Green #5AD02A
RGB
CMYK
RGB Variations
Color information
#5AD02A (or 0x5AD02A) is known color: Kelly Green. HEX triplet: 5A, D0 and 2A. RGB value is (90,208,42). Sum of RGB (Red+Green+Blue) = 90+208+42=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 208 (81.64% from 255 or 61.18% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD02A is #A52FD5. Grayscale: #9A9A9A. Windows color (decimal): -10825686 or 2805850. OLE color: 2805850.
HSL color Cylindrical-coordinate representation of color #5AD02A: hue angle of 102.65º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5AD02A is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 42 | - |
| CMYK | 0.57 | 0 | 0.80 | 0.18 |
| HSL | 102.65º | 0.66% | 0.49% | - |
| HSV(B) | 102.65º | 0.8% | 0.82% | - |
| XYZ | 27.19 | 47.45 | 9.92 | - |
| YUV | 153.79 | 64.91 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 42 | 0.57 | 0 | 0.80 | 0.18 | 102.65 | 0.66 | 0.49 |
| Hex | 5A | D0 | 2A | 39 | 0 | 50 | 12 | 67 | 42 | 31 |
| Octal | 132 | 320 | 52 | 71 | 0 | 120 | 22 | 147 | 102 | 61 |
| Binary | 1011010 | 11010000 | 101010 | 111001 | 0 | 1010000 | 10010 | 1100111 | 1000010 | 110001 |
Color Harmonies of #5AD02A
Complementary color
Monochromatic Colors of #5AD02A
Black with #5AD02A
Text Example
Text Example
White with #5AD02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD02A; }
p { color: rgb(90,208,42); }
H1.HeaderClassName
{
color: #5AD02A;
}
.AnyTagClassName
{
color: #5AD02A;
}
</style>
background-color css
<style>
a { background-color: #5AD02A; }
a { background-color: rgb(90,208,42); }
div.DivClassName
{
background-color: #5AD02A;
}
.BgClassName
{
background-color: #5AD02A;
}
</style>
border-color css
<style>
span { border-color: #5AD02A; }
span { border-color: rgb(90,208,42); }
td.TdClassName
{
border-color: #5AD02A;
}
.TagClassName
{
border-color: #5AD02A;
}
</style>