Shades of Apple #5AC346
Tints of Apple #5AC346
RGB
CMYK
RGB Variations
Color information
#5AC346 (or 0x5AC346) is known color: Apple. HEX triplet: 5A, C3 and 46. RGB value is (90,195,70). Sum of RGB (Red+Green+Blue) = 90+195+70=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC346 is #A53CB9. Grayscale: #959595. Windows color (decimal): -10828986 or 4637530. OLE color: 4637530.
HSL color Cylindrical-coordinate representation of color #5AC346: hue angle of 110.4º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AC346 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 195 | 70 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.24 |
| HSL | 110.4º | 0.51% | 0.52% | - |
| HSV(B) | 110.4º | 0.64% | 0.76% | - |
| XYZ | 24.84 | 41.65 | 12.52 | - |
| YUV | 149.36 | 83.21 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 195 | 70 | 0.54 | 0 | 0.64 | 0.24 | 110.4 | 0.51 | 0.52 |
| Hex | 5A | C3 | 46 | 36 | 0 | 40 | 18 | 6E | 33 | 34 |
| Octal | 132 | 303 | 106 | 66 | 0 | 100 | 30 | 156 | 63 | 64 |
| Binary | 1011010 | 11000011 | 1000110 | 110110 | 0 | 1000000 | 11000 | 1101110 | 110011 | 110100 |
Color Harmonies of #5AC346
Complementary color
Monochromatic Colors of #5AC346
Black with #5AC346
Text Example
Text Example
White with #5AC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC346; }
p { color: rgb(90,195,70); }
H1.HeaderClassName
{
color: #5AC346;
}
.AnyTagClassName
{
color: #5AC346;
}
</style>
background-color css
<style>
a { background-color: #5AC346; }
a { background-color: rgb(90,195,70); }
div.DivClassName
{
background-color: #5AC346;
}
.BgClassName
{
background-color: #5AC346;
}
</style>
border-color css
<style>
span { border-color: #5AC346; }
span { border-color: rgb(90,195,70); }
td.TdClassName
{
border-color: #5AC346;
}
.TagClassName
{
border-color: #5AC346;
}
</style>