Shades of Apple #5AB93C
Tints of Apple #5AB93C
RGB
CMYK
RGB Variations
Color information
#5AB93C (or 0x5AB93C) is known color: Apple. HEX triplet: 5A, B9 and 3C. RGB value is (90,185,60). Sum of RGB (Red+Green+Blue) = 90+185+60=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB93C is #A546C3. Grayscale: #8E8E8E. Windows color (decimal): -10831556 or 3979610. OLE color: 3979610.
HSL color Cylindrical-coordinate representation of color #5AB93C: hue angle of 105.6º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AB93C is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 185 | 60 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.27 |
| HSL | 105.6º | 0.51% | 0.48% | - |
| HSV(B) | 105.6º | 0.68% | 0.73% | - |
| XYZ | 22.38 | 37.2 | 10.28 | - |
| YUV | 142.35 | 81.53 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 60 | 0.51 | 0 | 0.68 | 0.27 | 105.6 | 0.51 | 0.48 |
| Hex | 5A | B9 | 3C | 33 | 0 | 44 | 1B | 6A | 33 | 30 |
| Octal | 132 | 271 | 74 | 63 | 0 | 104 | 33 | 152 | 63 | 60 |
| Binary | 1011010 | 10111001 | 111100 | 110011 | 0 | 1000100 | 11011 | 1101010 | 110011 | 110000 |
Color Harmonies of #5AB93C
Complementary color
Monochromatic Colors of #5AB93C
Black with #5AB93C
Text Example
Text Example
White with #5AB93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB93C; }
p { color: rgb(90,185,60); }
H1.HeaderClassName
{
color: #5AB93C;
}
.AnyTagClassName
{
color: #5AB93C;
}
</style>
background-color css
<style>
a { background-color: #5AB93C; }
a { background-color: rgb(90,185,60); }
div.DivClassName
{
background-color: #5AB93C;
}
.BgClassName
{
background-color: #5AB93C;
}
</style>
border-color css
<style>
span { border-color: #5AB93C; }
span { border-color: rgb(90,185,60); }
td.TdClassName
{
border-color: #5AB93C;
}
.TagClassName
{
border-color: #5AB93C;
}
</style>