Shades of Apple #54AA45
Tints of Apple #54AA45
RGB
CMYK
RGB Variations
Color information
#54AA45 (or 0x54AA45) is known color: Apple. HEX triplet: 54, AA and 45. RGB value is (84,170,69). Sum of RGB (Red+Green+Blue) = 84+170+69=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AA45 is #AB55BA. Grayscale: #858585. Windows color (decimal): -11228603 or 4565588. OLE color: 4565588.
HSL color Cylindrical-coordinate representation of color #54AA45: hue angle of 111.09º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54AA45 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 170 | 69 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.33 |
| HSL | 111.09º | 0.42% | 0.47% | - |
| HSV(B) | 111.09º | 0.59% | 0.67% | - |
| XYZ | 19.11 | 31.06 | 10.62 | - |
| YUV | 132.77 | 92.01 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 69 | 0.51 | 0 | 0.59 | 0.33 | 111.09 | 0.42 | 0.47 |
| Hex | 54 | AA | 45 | 33 | 0 | 3B | 21 | 6F | 2A | 2F |
| Octal | 124 | 252 | 105 | 63 | 0 | 73 | 41 | 157 | 52 | 57 |
| Binary | 1010100 | 10101010 | 1000101 | 110011 | 0 | 111011 | 100001 | 1101111 | 101010 | 101111 |
Color Harmonies of #54AA45
Complementary color
Monochromatic Colors of #54AA45
Black with #54AA45
Text Example
Text Example
White with #54AA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AA45; }
p { color: rgb(84,170,69); }
H1.HeaderClassName
{
color: #54AA45;
}
.AnyTagClassName
{
color: #54AA45;
}
</style>
background-color css
<style>
a { background-color: #54AA45; }
a { background-color: rgb(84,170,69); }
div.DivClassName
{
background-color: #54AA45;
}
.BgClassName
{
background-color: #54AA45;
}
</style>
border-color css
<style>
span { border-color: #54AA45; }
span { border-color: rgb(84,170,69); }
td.TdClassName
{
border-color: #54AA45;
}
.TagClassName
{
border-color: #54AA45;
}
</style>