Shades of Apple #57A03A
Tints of Apple #57A03A
RGB
CMYK
RGB Variations
Color information
#57A03A (or 0x57A03A) is known color: Apple. HEX triplet: 57, A0 and 3A. RGB value is (87,160,58). Sum of RGB (Red+Green+Blue) = 87+160+58=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #57A03A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A03A is #A85FC5. Grayscale: #7E7E7E. Windows color (decimal): -11034566 or 3842135. OLE color: 3842135.
HSL color Cylindrical-coordinate representation of color #57A03A: hue angle of 102.94º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57A03A is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 160 | 58 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.37 |
| HSL | 102.94º | 0.47% | 0.43% | - |
| HSV(B) | 102.94º | 0.64% | 0.63% | - |
| XYZ | 17.27 | 27.47 | 8.4 | - |
| YUV | 126.55 | 89.32 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 58 | 0.46 | 0 | 0.64 | 0.37 | 102.94 | 0.47 | 0.43 |
| Hex | 57 | A0 | 3A | 2E | 0 | 40 | 25 | 67 | 2F | 2B |
| Octal | 127 | 240 | 72 | 56 | 0 | 100 | 45 | 147 | 57 | 53 |
| Binary | 1010111 | 10100000 | 111010 | 101110 | 0 | 1000000 | 100101 | 1100111 | 101111 | 101011 |
Color Harmonies of #57A03A
Complementary color
Monochromatic Colors of #57A03A
Black with #57A03A
Text Example
Text Example
White with #57A03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A03A; }
p { color: rgb(87,160,58); }
H1.HeaderClassName
{
color: #57A03A;
}
.AnyTagClassName
{
color: #57A03A;
}
</style>
background-color css
<style>
a { background-color: #57A03A; }
a { background-color: rgb(87,160,58); }
div.DivClassName
{
background-color: #57A03A;
}
.BgClassName
{
background-color: #57A03A;
}
</style>
border-color css
<style>
span { border-color: #57A03A; }
span { border-color: rgb(87,160,58); }
td.TdClassName
{
border-color: #57A03A;
}
.TagClassName
{
border-color: #57A03A;
}
</style>