Shades of Apple #5AB043
Tints of Apple #5AB043
RGB
CMYK
RGB Variations
Color information
#5AB043 (or 0x5AB043) is known color: Apple. HEX triplet: 5A, B0 and 43. RGB value is (90,176,67). Sum of RGB (Red+Green+Blue) = 90+176+67=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 176 (69.14% from 255 or 52.85% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB043 is #A54FBC. Grayscale: #8A8A8A. Windows color (decimal): -10833853 or 4436058. OLE color: 4436058.
HSL color Cylindrical-coordinate representation of color #5AB043: hue angle of 107.34º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AB043 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 176 | 67 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.31 |
| HSL | 107.34º | 0.45% | 0.48% | - |
| HSV(B) | 107.34º | 0.62% | 0.69% | - |
| XYZ | 20.75 | 33.63 | 10.71 | - |
| YUV | 137.86 | 88.01 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 67 | 0.49 | 0 | 0.62 | 0.31 | 107.34 | 0.45 | 0.48 |
| Hex | 5A | B0 | 43 | 31 | 0 | 3E | 1F | 6B | 2D | 30 |
| Octal | 132 | 260 | 103 | 61 | 0 | 76 | 37 | 153 | 55 | 60 |
| Binary | 1011010 | 10110000 | 1000011 | 110001 | 0 | 111110 | 11111 | 1101011 | 101101 | 110000 |
Color Harmonies of #5AB043
Complementary color
Monochromatic Colors of #5AB043
Black with #5AB043
Text Example
Text Example
White with #5AB043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB043; }
p { color: rgb(90,176,67); }
H1.HeaderClassName
{
color: #5AB043;
}
.AnyTagClassName
{
color: #5AB043;
}
</style>
background-color css
<style>
a { background-color: #5AB043; }
a { background-color: rgb(90,176,67); }
div.DivClassName
{
background-color: #5AB043;
}
.BgClassName
{
background-color: #5AB043;
}
</style>
border-color css
<style>
span { border-color: #5AB043; }
span { border-color: rgb(90,176,67); }
td.TdClassName
{
border-color: #5AB043;
}
.TagClassName
{
border-color: #5AB043;
}
</style>