Shades of Apple #54AA3A
Tints of Apple #54AA3A
RGB
CMYK
RGB Variations
Color information
#54AA3A (or 0x54AA3A) is known color: Apple. HEX triplet: 54, AA and 3A. RGB value is (84,170,58). Sum of RGB (Red+Green+Blue) = 84+170+58=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AA3A is #AB55C5. Grayscale: #838383. Windows color (decimal): -11228614 or 3844692. OLE color: 3844692.
HSL color Cylindrical-coordinate representation of color #54AA3A: hue angle of 106.07º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54AA3A is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 170 | 58 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.33 |
| HSL | 106.07º | 0.49% | 0.45% | - |
| HSV(B) | 106.07º | 0.66% | 0.67% | - |
| XYZ | 18.79 | 30.94 | 8.98 | - |
| YUV | 131.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 58 | 0.51 | 0 | 0.66 | 0.33 | 106.07 | 0.49 | 0.45 |
| Hex | 54 | AA | 3A | 33 | 0 | 42 | 21 | 6A | 31 | 2D |
| Octal | 124 | 252 | 72 | 63 | 0 | 102 | 41 | 152 | 61 | 55 |
| Binary | 1010100 | 10101010 | 111010 | 110011 | 0 | 1000010 | 100001 | 1101010 | 110001 | 101101 |
Color Harmonies of #54AA3A
Complementary color
Monochromatic Colors of #54AA3A
Black with #54AA3A
Text Example
Text Example
White with #54AA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AA3A; }
p { color: rgb(84,170,58); }
H1.HeaderClassName
{
color: #54AA3A;
}
.AnyTagClassName
{
color: #54AA3A;
}
</style>
background-color css
<style>
a { background-color: #54AA3A; }
a { background-color: rgb(84,170,58); }
div.DivClassName
{
background-color: #54AA3A;
}
.BgClassName
{
background-color: #54AA3A;
}
</style>
border-color css
<style>
span { border-color: #54AA3A; }
span { border-color: rgb(84,170,58); }
td.TdClassName
{
border-color: #54AA3A;
}
.TagClassName
{
border-color: #54AA3A;
}
</style>