Shades of Apple #5AC034
Tints of Apple #5AC034
RGB
CMYK
RGB Variations
Color information
#5AC034 (or 0x5AC034) is known color: Apple. HEX triplet: 5A, C0 and 34. RGB value is (90,192,52). Sum of RGB (Red+Green+Blue) = 90+192+52=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC034 is #A53FCB. Grayscale: #929292. Windows color (decimal): -10829772 or 3457114. OLE color: 3457114.
HSL color Cylindrical-coordinate representation of color #5AC034: hue angle of 103.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AC034 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 52 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.25 |
| HSL | 103.71º | 0.57% | 0.48% | - |
| HSV(B) | 103.71º | 0.73% | 0.75% | - |
| XYZ | 23.69 | 40.12 | 9.74 | - |
| YUV | 145.54 | 75.21 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 52 | 0.53 | 0 | 0.73 | 0.25 | 103.71 | 0.57 | 0.48 |
| Hex | 5A | C0 | 34 | 35 | 0 | 49 | 19 | 68 | 39 | 30 |
| Octal | 132 | 300 | 64 | 65 | 0 | 111 | 31 | 150 | 71 | 60 |
| Binary | 1011010 | 11000000 | 110100 | 110101 | 0 | 1001001 | 11001 | 1101000 | 111001 | 110000 |
Color Harmonies of #5AC034
Complementary color
Monochromatic Colors of #5AC034
Black with #5AC034
Text Example
Text Example
White with #5AC034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC034; }
p { color: rgb(90,192,52); }
H1.HeaderClassName
{
color: #5AC034;
}
.AnyTagClassName
{
color: #5AC034;
}
</style>
background-color css
<style>
a { background-color: #5AC034; }
a { background-color: rgb(90,192,52); }
div.DivClassName
{
background-color: #5AC034;
}
.BgClassName
{
background-color: #5AC034;
}
</style>
border-color css
<style>
span { border-color: #5AC034; }
span { border-color: rgb(90,192,52); }
td.TdClassName
{
border-color: #5AC034;
}
.TagClassName
{
border-color: #5AC034;
}
</style>