Shades of Apple #5AD246
Tints of Apple #5AD246
RGB
CMYK
RGB Variations
Color information
#5AD246 (or 0x5AD246) is known color: Apple. HEX triplet: 5A, D2 and 46. RGB value is (90,210,70). Sum of RGB (Red+Green+Blue) = 90+210+70=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD246 is #A52DB9. Grayscale: #9E9E9E. Windows color (decimal): -10825146 or 4641370. OLE color: 4641370.
HSL color Cylindrical-coordinate representation of color #5AD246: hue angle of 111.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5AD246 is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 210 | 70 | - |
| CMYK | 0.57 | 0 | 0.67 | 0.18 |
| HSL | 111.43º | 0.61% | 0.55% | - |
| HSV(B) | 111.43º | 0.67% | 0.82% | - |
| XYZ | 28.37 | 48.71 | 13.7 | - |
| YUV | 158.16 | 78.24 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 70 | 0.57 | 0 | 0.67 | 0.18 | 111.43 | 0.61 | 0.55 |
| Hex | 5A | D2 | 46 | 39 | 0 | 43 | 12 | 6F | 3D | 37 |
| Octal | 132 | 322 | 106 | 71 | 0 | 103 | 22 | 157 | 75 | 67 |
| Binary | 1011010 | 11010010 | 1000110 | 111001 | 0 | 1000011 | 10010 | 1101111 | 111101 | 110111 |
Color Harmonies of #5AD246
Complementary color
Monochromatic Colors of #5AD246
Black with #5AD246
Text Example
Text Example
White with #5AD246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD246; }
p { color: rgb(90,210,70); }
H1.HeaderClassName
{
color: #5AD246;
}
.AnyTagClassName
{
color: #5AD246;
}
</style>
background-color css
<style>
a { background-color: #5AD246; }
a { background-color: rgb(90,210,70); }
div.DivClassName
{
background-color: #5AD246;
}
.BgClassName
{
background-color: #5AD246;
}
</style>
border-color css
<style>
span { border-color: #5AD246; }
span { border-color: rgb(90,210,70); }
td.TdClassName
{
border-color: #5AD246;
}
.TagClassName
{
border-color: #5AD246;
}
</style>