Shades of Kelly Green #4AAA1B
Tints of Kelly Green #4AAA1B
RGB
CMYK
RGB Variations
Color information
#4AAA1B (or 0x4AAA1B) is known color: Kelly Green. HEX triplet: 4A, AA and 1B. RGB value is (74,170,27). Sum of RGB (Red+Green+Blue) = 74+170+27=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 170 (66.80% from 255 or 62.73% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA1B is #B555E4. Grayscale: #7D7D7D. Windows color (decimal): -11884005 or 1813066. OLE color: 1813066.
HSL color Cylindrical-coordinate representation of color #4AAA1B: hue angle of 100.28º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AAA1B is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 27 | - |
| CMYK | 0.56 | 0 | 0.84 | 0.33 |
| HSL | 100.28º | 0.73% | 0.39% | - |
| HSV(B) | 100.28º | 0.84% | 0.67% | - |
| XYZ | 17.4 | 30.28 | 5.97 | - |
| YUV | 124.99 | 72.7 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 27 | 0.56 | 0 | 0.84 | 0.33 | 100.28 | 0.73 | 0.39 |
| Hex | 4A | AA | 1B | 38 | 0 | 54 | 21 | 64 | 49 | 27 |
| Octal | 112 | 252 | 33 | 70 | 0 | 124 | 41 | 144 | 111 | 47 |
| Binary | 1001010 | 10101010 | 11011 | 111000 | 0 | 1010100 | 100001 | 1100100 | 1001001 | 100111 |
Color Harmonies of #4AAA1B
Complementary color
Monochromatic Colors of #4AAA1B
Black with #4AAA1B
Text Example
Text Example
White with #4AAA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA1B; }
p { color: rgb(74,170,27); }
H1.HeaderClassName
{
color: #4AAA1B;
}
.AnyTagClassName
{
color: #4AAA1B;
}
</style>
background-color css
<style>
a { background-color: #4AAA1B; }
a { background-color: rgb(74,170,27); }
div.DivClassName
{
background-color: #4AAA1B;
}
.BgClassName
{
background-color: #4AAA1B;
}
</style>
border-color css
<style>
span { border-color: #4AAA1B; }
span { border-color: rgb(74,170,27); }
td.TdClassName
{
border-color: #4AAA1B;
}
.TagClassName
{
border-color: #4AAA1B;
}
</style>