Shades of Apple #5AB142
Tints of Apple #5AB142
RGB
CMYK
RGB Variations
Color information
#5AB142 (or 0x5AB142) is known color: Apple. HEX triplet: 5A, B1 and 42. RGB value is (90,177,66). Sum of RGB (Red+Green+Blue) = 90+177+66=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB142 is #A54EBD. Grayscale: #8A8A8A. Windows color (decimal): -10833598 or 4370778. OLE color: 4370778.
HSL color Cylindrical-coordinate representation of color #5AB142: hue angle of 107.03º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AB142 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 66 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.31 |
| HSL | 107.03º | 0.46% | 0.48% | - |
| HSV(B) | 107.03º | 0.63% | 0.69% | - |
| XYZ | 20.92 | 34.01 | 10.62 | - |
| YUV | 138.33 | 87.18 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 66 | 0.49 | 0 | 0.63 | 0.31 | 107.03 | 0.46 | 0.48 |
| Hex | 5A | B1 | 42 | 31 | 0 | 3F | 1F | 6B | 2E | 30 |
| Octal | 132 | 261 | 102 | 61 | 0 | 77 | 37 | 153 | 56 | 60 |
| Binary | 1011010 | 10110001 | 1000010 | 110001 | 0 | 111111 | 11111 | 1101011 | 101110 | 110000 |
Color Harmonies of #5AB142
Complementary color
Monochromatic Colors of #5AB142
Black with #5AB142
Text Example
Text Example
White with #5AB142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB142; }
p { color: rgb(90,177,66); }
H1.HeaderClassName
{
color: #5AB142;
}
.AnyTagClassName
{
color: #5AB142;
}
</style>
background-color css
<style>
a { background-color: #5AB142; }
a { background-color: rgb(90,177,66); }
div.DivClassName
{
background-color: #5AB142;
}
.BgClassName
{
background-color: #5AB142;
}
</style>
border-color css
<style>
span { border-color: #5AB142; }
span { border-color: rgb(90,177,66); }
td.TdClassName
{
border-color: #5AB142;
}
.TagClassName
{
border-color: #5AB142;
}
</style>