Shades of Apple #5AB939
Tints of Apple #5AB939
RGB
CMYK
RGB Variations
Color information
#5AB939 (or 0x5AB939) is known color: Apple. HEX triplet: 5A, B9 and 39. RGB value is (90,185,57). Sum of RGB (Red+Green+Blue) = 90+185+57=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 185 (72.66% from 255 or 55.72% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB939 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB939 is #A546C6. Grayscale: #8E8E8E. Windows color (decimal): -10831559 or 3783002. OLE color: 3783002.
HSL color Cylindrical-coordinate representation of color #5AB939: hue angle of 104.53º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AB939 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 185 | 57 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.27 |
| HSL | 104.53º | 0.53% | 0.47% | - |
| HSV(B) | 104.53º | 0.69% | 0.73% | - |
| XYZ | 22.3 | 37.17 | 9.87 | - |
| YUV | 142 | 80.03 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 57 | 0.51 | 0 | 0.69 | 0.27 | 104.53 | 0.53 | 0.47 |
| Hex | 5A | B9 | 39 | 33 | 0 | 45 | 1B | 69 | 35 | 2F |
| Octal | 132 | 271 | 71 | 63 | 0 | 105 | 33 | 151 | 65 | 57 |
| Binary | 1011010 | 10111001 | 111001 | 110011 | 0 | 1000101 | 11011 | 1101001 | 110101 | 101111 |
Color Harmonies of #5AB939
Complementary color
Monochromatic Colors of #5AB939
Black with #5AB939
Text Example
Text Example
White with #5AB939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB939; }
p { color: rgb(90,185,57); }
H1.HeaderClassName
{
color: #5AB939;
}
.AnyTagClassName
{
color: #5AB939;
}
</style>
background-color css
<style>
a { background-color: #5AB939; }
a { background-color: rgb(90,185,57); }
div.DivClassName
{
background-color: #5AB939;
}
.BgClassName
{
background-color: #5AB939;
}
</style>
border-color css
<style>
span { border-color: #5AB939; }
span { border-color: rgb(90,185,57); }
td.TdClassName
{
border-color: #5AB939;
}
.TagClassName
{
border-color: #5AB939;
}
</style>