Shades of Apple #54AB3A
Tints of Apple #54AB3A
RGB
CMYK
RGB Variations
Color information
#54AB3A (or 0x54AB3A) is known color: Apple. HEX triplet: 54, AB and 3A. RGB value is (84,171,58). Sum of RGB (Red+Green+Blue) = 84+171+58=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #54AB3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AB3A is #AB54C5. Grayscale: #848484. Windows color (decimal): -11228358 or 3844948. OLE color: 3844948.
HSL color Cylindrical-coordinate representation of color #54AB3A: hue angle of 106.19º 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 #54AB3A is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 171 | 58 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.33 |
| HSL | 106.19º | 0.49% | 0.45% | - |
| HSV(B) | 106.19º | 0.66% | 0.67% | - |
| XYZ | 18.98 | 31.32 | 9.05 | - |
| YUV | 132.11 | 86.18 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 58 | 0.51 | 0 | 0.66 | 0.33 | 106.19 | 0.49 | 0.45 |
| Hex | 54 | AB | 3A | 33 | 0 | 42 | 21 | 6A | 31 | 2D |
| Octal | 124 | 253 | 72 | 63 | 0 | 102 | 41 | 152 | 61 | 55 |
| Binary | 1010100 | 10101011 | 111010 | 110011 | 0 | 1000010 | 100001 | 1101010 | 110001 | 101101 |
Color Harmonies of #54AB3A
Complementary color
Monochromatic Colors of #54AB3A
Black with #54AB3A
Text Example
Text Example
White with #54AB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AB3A; }
p { color: rgb(84,171,58); }
H1.HeaderClassName
{
color: #54AB3A;
}
.AnyTagClassName
{
color: #54AB3A;
}
</style>
background-color css
<style>
a { background-color: #54AB3A; }
a { background-color: rgb(84,171,58); }
div.DivClassName
{
background-color: #54AB3A;
}
.BgClassName
{
background-color: #54AB3A;
}
</style>
border-color css
<style>
span { border-color: #54AB3A; }
span { border-color: rgb(84,171,58); }
td.TdClassName
{
border-color: #54AB3A;
}
.TagClassName
{
border-color: #54AB3A;
}
</style>