Shades of Apple #5AB242
Tints of Apple #5AB242
RGB
CMYK
RGB Variations
Color information
#5AB242 (or 0x5AB242) is known color: Apple. HEX triplet: 5A, B2 and 42. RGB value is (90,178,66). Sum of RGB (Red+Green+Blue) = 90+178+66=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB242 is #A54DBD. Grayscale: #8B8B8B. Windows color (decimal): -10833342 or 4371034. OLE color: 4371034.
HSL color Cylindrical-coordinate representation of color #5AB242: hue angle of 107.14º 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 #5AB242 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 178 | 66 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.30 |
| HSL | 107.14º | 0.46% | 0.48% | - |
| HSV(B) | 107.14º | 0.63% | 0.7% | - |
| XYZ | 21.12 | 34.41 | 10.68 | - |
| YUV | 138.92 | 86.85 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 66 | 0.49 | 0 | 0.63 | 0.30 | 107.14 | 0.46 | 0.48 |
| Hex | 5A | B2 | 42 | 31 | 0 | 3F | 1E | 6B | 2E | 30 |
| Octal | 132 | 262 | 102 | 61 | 0 | 77 | 36 | 153 | 56 | 60 |
| Binary | 1011010 | 10110010 | 1000010 | 110001 | 0 | 111111 | 11110 | 1101011 | 101110 | 110000 |
Color Harmonies of #5AB242
Complementary color
Monochromatic Colors of #5AB242
Black with #5AB242
Text Example
Text Example
White with #5AB242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB242; }
p { color: rgb(90,178,66); }
H1.HeaderClassName
{
color: #5AB242;
}
.AnyTagClassName
{
color: #5AB242;
}
</style>
background-color css
<style>
a { background-color: #5AB242; }
a { background-color: rgb(90,178,66); }
div.DivClassName
{
background-color: #5AB242;
}
.BgClassName
{
background-color: #5AB242;
}
</style>
border-color css
<style>
span { border-color: #5AB242; }
span { border-color: rgb(90,178,66); }
td.TdClassName
{
border-color: #5AB242;
}
.TagClassName
{
border-color: #5AB242;
}
</style>