Shades of Apple #5ABA3F
Tints of Apple #5ABA3F
RGB
CMYK
RGB Variations
Color information
#5ABA3F (or 0x5ABA3F) is known color: Apple. HEX triplet: 5A, BA and 3F. RGB value is (90,186,63). Sum of RGB (Red+Green+Blue) = 90+186+63=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABA3F is #A545C0. Grayscale: #8F8F8F. Windows color (decimal): -10831297 or 4176474. OLE color: 4176474.
HSL color Cylindrical-coordinate representation of color #5ABA3F: hue angle of 106.83º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5ABA3F is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 186 | 63 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.27 |
| HSL | 106.83º | 0.49% | 0.49% | - |
| HSV(B) | 106.83º | 0.66% | 0.73% | - |
| XYZ | 22.67 | 37.65 | 10.77 | - |
| YUV | 143.27 | 82.7 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 63 | 0.52 | 0 | 0.66 | 0.27 | 106.83 | 0.49 | 0.49 |
| Hex | 5A | BA | 3F | 34 | 0 | 42 | 1B | 6B | 31 | 31 |
| Octal | 132 | 272 | 77 | 64 | 0 | 102 | 33 | 153 | 61 | 61 |
| Binary | 1011010 | 10111010 | 111111 | 110100 | 0 | 1000010 | 11011 | 1101011 | 110001 | 110001 |
Color Harmonies of #5ABA3F
Complementary color
Monochromatic Colors of #5ABA3F
Black with #5ABA3F
Text Example
Text Example
White with #5ABA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABA3F; }
p { color: rgb(90,186,63); }
H1.HeaderClassName
{
color: #5ABA3F;
}
.AnyTagClassName
{
color: #5ABA3F;
}
</style>
background-color css
<style>
a { background-color: #5ABA3F; }
a { background-color: rgb(90,186,63); }
div.DivClassName
{
background-color: #5ABA3F;
}
.BgClassName
{
background-color: #5ABA3F;
}
</style>
border-color css
<style>
span { border-color: #5ABA3F; }
span { border-color: rgb(90,186,63); }
td.TdClassName
{
border-color: #5ABA3F;
}
.TagClassName
{
border-color: #5ABA3F;
}
</style>