Shades of Apple #54AC46
Tints of Apple #54AC46
RGB
CMYK
RGB Variations
Color information
#54AC46 (or 0x54AC46) is known color: Apple. HEX triplet: 54, AC and 46. RGB value is (84,172,70). Sum of RGB (Red+Green+Blue) = 84+172+70=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AC46 is #AB53B9. Grayscale: #868686. Windows color (decimal): -11228090 or 4631636. OLE color: 4631636.
HSL color Cylindrical-coordinate representation of color #54AC46: hue angle of 111.76º 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 #54AC46 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 172 | 70 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.33 |
| HSL | 111.76º | 0.42% | 0.47% | - |
| HSV(B) | 111.76º | 0.59% | 0.67% | - |
| XYZ | 19.51 | 31.83 | 10.91 | - |
| YUV | 134.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 172 | 70 | 0.51 | 0 | 0.59 | 0.33 | 111.76 | 0.42 | 0.47 |
| Hex | 54 | AC | 46 | 33 | 0 | 3B | 21 | 70 | 2A | 2F |
| Octal | 124 | 254 | 106 | 63 | 0 | 73 | 41 | 160 | 52 | 57 |
| Binary | 1010100 | 10101100 | 1000110 | 110011 | 0 | 111011 | 100001 | 1110000 | 101010 | 101111 |
Color Harmonies of #54AC46
Complementary color
Monochromatic Colors of #54AC46
Black with #54AC46
Text Example
Text Example
White with #54AC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AC46; }
p { color: rgb(84,172,70); }
H1.HeaderClassName
{
color: #54AC46;
}
.AnyTagClassName
{
color: #54AC46;
}
</style>
background-color css
<style>
a { background-color: #54AC46; }
a { background-color: rgb(84,172,70); }
div.DivClassName
{
background-color: #54AC46;
}
.BgClassName
{
background-color: #54AC46;
}
</style>
border-color css
<style>
span { border-color: #54AC46; }
span { border-color: rgb(84,172,70); }
td.TdClassName
{
border-color: #54AC46;
}
.TagClassName
{
border-color: #54AC46;
}
</style>