Shades of Apple #5AB942
Tints of Apple #5AB942
RGB
CMYK
RGB Variations
Color information
#5AB942 (or 0x5AB942) is known color: Apple. HEX triplet: 5A, B9 and 42. RGB value is (90,185,66). Sum of RGB (Red+Green+Blue) = 90+185+66=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB942 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB942 is #A546BD. Grayscale: #8F8F8F. Windows color (decimal): -10831550 or 4372826. OLE color: 4372826.
HSL color Cylindrical-coordinate representation of color #5AB942: hue angle of 107.9º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AB942 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 185 | 66 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.27 |
| HSL | 107.9º | 0.47% | 0.49% | - |
| HSV(B) | 107.9º | 0.64% | 0.73% | - |
| XYZ | 22.55 | 37.26 | 11.16 | - |
| YUV | 143.03 | 84.53 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 66 | 0.51 | 0 | 0.64 | 0.27 | 107.9 | 0.47 | 0.49 |
| Hex | 5A | B9 | 42 | 33 | 0 | 40 | 1B | 6C | 2F | 31 |
| Octal | 132 | 271 | 102 | 63 | 0 | 100 | 33 | 154 | 57 | 61 |
| Binary | 1011010 | 10111001 | 1000010 | 110011 | 0 | 1000000 | 11011 | 1101100 | 101111 | 110001 |
Color Harmonies of #5AB942
Complementary color
Monochromatic Colors of #5AB942
Black with #5AB942
Text Example
Text Example
White with #5AB942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB942; }
p { color: rgb(90,185,66); }
H1.HeaderClassName
{
color: #5AB942;
}
.AnyTagClassName
{
color: #5AB942;
}
</style>
background-color css
<style>
a { background-color: #5AB942; }
a { background-color: rgb(90,185,66); }
div.DivClassName
{
background-color: #5AB942;
}
.BgClassName
{
background-color: #5AB942;
}
</style>
border-color css
<style>
span { border-color: #5AB942; }
span { border-color: rgb(90,185,66); }
td.TdClassName
{
border-color: #5AB942;
}
.TagClassName
{
border-color: #5AB942;
}
</style>