Shades of Apple #5AB342
Tints of Apple #5AB342
RGB
CMYK
RGB Variations
Color information
#5AB342 (or 0x5AB342) is known color: Apple. HEX triplet: 5A, B3 and 42. RGB value is (90,179,66). Sum of RGB (Red+Green+Blue) = 90+179+66=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB342 is #A54CBD. Grayscale: #8B8B8B. Windows color (decimal): -10833086 or 4371290. OLE color: 4371290.
HSL color Cylindrical-coordinate representation of color #5AB342: hue angle of 107.26º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AB342 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 66 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.30 |
| HSL | 107.26º | 0.46% | 0.48% | - |
| HSV(B) | 107.26º | 0.63% | 0.7% | - |
| XYZ | 21.32 | 34.81 | 10.75 | - |
| YUV | 139.51 | 86.51 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 66 | 0.50 | 0 | 0.63 | 0.30 | 107.26 | 0.46 | 0.48 |
| Hex | 5A | B3 | 42 | 32 | 0 | 3F | 1E | 6B | 2E | 30 |
| Octal | 132 | 263 | 102 | 62 | 0 | 77 | 36 | 153 | 56 | 60 |
| Binary | 1011010 | 10110011 | 1000010 | 110010 | 0 | 111111 | 11110 | 1101011 | 101110 | 110000 |
Color Harmonies of #5AB342
Complementary color
Monochromatic Colors of #5AB342
Black with #5AB342
Text Example
Text Example
White with #5AB342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB342; }
p { color: rgb(90,179,66); }
H1.HeaderClassName
{
color: #5AB342;
}
.AnyTagClassName
{
color: #5AB342;
}
</style>
background-color css
<style>
a { background-color: #5AB342; }
a { background-color: rgb(90,179,66); }
div.DivClassName
{
background-color: #5AB342;
}
.BgClassName
{
background-color: #5AB342;
}
</style>
border-color css
<style>
span { border-color: #5AB342; }
span { border-color: rgb(90,179,66); }
td.TdClassName
{
border-color: #5AB342;
}
.TagClassName
{
border-color: #5AB342;
}
</style>