Shades of Kelly Green #4AAA0B
Tints of Kelly Green #4AAA0B
RGB
CMYK
RGB Variations
Color information
#4AAA0B (or 0x4AAA0B) is known color: Kelly Green. HEX triplet: 4A, AA and 0B. RGB value is (74,170,11). Sum of RGB (Red+Green+Blue) = 74+170+11=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 170 (66.80% from 255 or 66.67% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAA0B is #B555F4. Grayscale: #7B7B7B. Windows color (decimal): -11884021 or 764490. OLE color: 764490.
HSL color Cylindrical-coordinate representation of color #4AAA0B: hue angle of 96.23º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4AAA0B is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 11 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.33 |
| HSL | 96.23º | 0.88% | 0.35% | - |
| HSV(B) | 96.23º | 0.94% | 0.67% | - |
| XYZ | 17.26 | 30.23 | 5.24 | - |
| YUV | 123.17 | 64.7 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 11 | 0.56 | 0 | 0.94 | 0.33 | 96.23 | 0.88 | 0.35 |
| Hex | 4A | AA | B | 38 | 0 | 5E | 21 | 60 | 58 | 23 |
| Octal | 112 | 252 | 13 | 70 | 0 | 136 | 41 | 140 | 130 | 43 |
| Binary | 1001010 | 10101010 | 1011 | 111000 | 0 | 1011110 | 100001 | 1100000 | 1011000 | 100011 |
Color Harmonies of #4AAA0B
Complementary color
Monochromatic Colors of #4AAA0B
Black with #4AAA0B
Text Example
Text Example
White with #4AAA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA0B; }
p { color: rgb(74,170,11); }
H1.HeaderClassName
{
color: #4AAA0B;
}
.AnyTagClassName
{
color: #4AAA0B;
}
</style>
background-color css
<style>
a { background-color: #4AAA0B; }
a { background-color: rgb(74,170,11); }
div.DivClassName
{
background-color: #4AAA0B;
}
.BgClassName
{
background-color: #4AAA0B;
}
</style>
border-color css
<style>
span { border-color: #4AAA0B; }
span { border-color: rgb(74,170,11); }
td.TdClassName
{
border-color: #4AAA0B;
}
.TagClassName
{
border-color: #4AAA0B;
}
</style>