Shades of Apple #4AAF36
Tints of Apple #4AAF36
RGB
CMYK
RGB Variations
Color information
#4AAF36 (or 0x4AAF36) is known color: Apple. HEX triplet: 4A, AF and 36. RGB value is (74,175,54). Sum of RGB (Red+Green+Blue) = 74+175+54=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAF36 is #B550C9. Grayscale: #838383. Windows color (decimal): -11882698 or 3583818. OLE color: 3583818.
HSL color Cylindrical-coordinate representation of color #4AAF36: hue angle of 110.08º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AAF36 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 54 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.31 |
| HSL | 110.08º | 0.53% | 0.45% | - |
| HSV(B) | 110.08º | 0.69% | 0.69% | - |
| XYZ | 18.82 | 32.38 | 8.75 | - |
| YUV | 131.01 | 84.54 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 54 | 0.58 | 0 | 0.69 | 0.31 | 110.08 | 0.53 | 0.45 |
| Hex | 4A | AF | 36 | 3A | 0 | 45 | 1F | 6E | 35 | 2D |
| Octal | 112 | 257 | 66 | 72 | 0 | 105 | 37 | 156 | 65 | 55 |
| Binary | 1001010 | 10101111 | 110110 | 111010 | 0 | 1000101 | 11111 | 1101110 | 110101 | 101101 |
Color Harmonies of #4AAF36
Complementary color
Monochromatic Colors of #4AAF36
Black with #4AAF36
Text Example
Text Example
White with #4AAF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAF36; }
p { color: rgb(74,175,54); }
H1.HeaderClassName
{
color: #4AAF36;
}
.AnyTagClassName
{
color: #4AAF36;
}
</style>
background-color css
<style>
a { background-color: #4AAF36; }
a { background-color: rgb(74,175,54); }
div.DivClassName
{
background-color: #4AAF36;
}
.BgClassName
{
background-color: #4AAF36;
}
</style>
border-color css
<style>
span { border-color: #4AAF36; }
span { border-color: rgb(74,175,54); }
td.TdClassName
{
border-color: #4AAF36;
}
.TagClassName
{
border-color: #4AAF36;
}
</style>