Shades of Apple #5AC03E
Tints of Apple #5AC03E
RGB
CMYK
RGB Variations
Color information
#5AC03E (or 0x5AC03E) is known color: Apple. HEX triplet: 5A, C0 and 3E. RGB value is (90,192,62). Sum of RGB (Red+Green+Blue) = 90+192+62=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC03E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC03E is #A53FC1. Grayscale: #939393. Windows color (decimal): -10829762 or 4112474. OLE color: 4112474.
HSL color Cylindrical-coordinate representation of color #5AC03E: hue angle of 107.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AC03E is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 62 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.25 |
| HSL | 107.08º | 0.51% | 0.5% | - |
| HSV(B) | 107.08º | 0.68% | 0.75% | - |
| XYZ | 23.94 | 40.22 | 11.06 | - |
| YUV | 146.68 | 80.21 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 62 | 0.53 | 0 | 0.68 | 0.25 | 107.08 | 0.51 | 0.5 |
| Hex | 5A | C0 | 3E | 35 | 0 | 44 | 19 | 6B | 33 | 32 |
| Octal | 132 | 300 | 76 | 65 | 0 | 104 | 31 | 153 | 63 | 62 |
| Binary | 1011010 | 11000000 | 111110 | 110101 | 0 | 1000100 | 11001 | 1101011 | 110011 | 110010 |
Color Harmonies of #5AC03E
Complementary color
Monochromatic Colors of #5AC03E
Black with #5AC03E
Text Example
Text Example
White with #5AC03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC03E; }
p { color: rgb(90,192,62); }
H1.HeaderClassName
{
color: #5AC03E;
}
.AnyTagClassName
{
color: #5AC03E;
}
</style>
background-color css
<style>
a { background-color: #5AC03E; }
a { background-color: rgb(90,192,62); }
div.DivClassName
{
background-color: #5AC03E;
}
.BgClassName
{
background-color: #5AC03E;
}
</style>
border-color css
<style>
span { border-color: #5AC03E; }
span { border-color: rgb(90,192,62); }
td.TdClassName
{
border-color: #5AC03E;
}
.TagClassName
{
border-color: #5AC03E;
}
</style>