Shades of Apple #5AB044
Tints of Apple #5AB044
RGB
CMYK
RGB Variations
Color information
#5AB044 (or 0x5AB044) is known color: Apple. HEX triplet: 5A, B0 and 44. RGB value is (90,176,68). Sum of RGB (Red+Green+Blue) = 90+176+68=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 176 (69.14% from 255 or 52.69% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB044 is #A54FBB. Grayscale: #8A8A8A. Windows color (decimal): -10833852 or 4501594. OLE color: 4501594.
HSL color Cylindrical-coordinate representation of color #5AB044: hue angle of 107.78º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AB044 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 176 | 68 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.31 |
| HSL | 107.78º | 0.44% | 0.48% | - |
| HSV(B) | 107.78º | 0.61% | 0.69% | - |
| XYZ | 20.79 | 33.64 | 10.87 | - |
| YUV | 137.97 | 88.51 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 68 | 0.49 | 0 | 0.61 | 0.31 | 107.78 | 0.44 | 0.48 |
| Hex | 5A | B0 | 44 | 31 | 0 | 3D | 1F | 6C | 2C | 30 |
| Octal | 132 | 260 | 104 | 61 | 0 | 75 | 37 | 154 | 54 | 60 |
| Binary | 1011010 | 10110000 | 1000100 | 110001 | 0 | 111101 | 11111 | 1101100 | 101100 | 110000 |
Color Harmonies of #5AB044
Complementary color
Monochromatic Colors of #5AB044
Black with #5AB044
Text Example
Text Example
White with #5AB044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB044; }
p { color: rgb(90,176,68); }
H1.HeaderClassName
{
color: #5AB044;
}
.AnyTagClassName
{
color: #5AB044;
}
</style>
background-color css
<style>
a { background-color: #5AB044; }
a { background-color: rgb(90,176,68); }
div.DivClassName
{
background-color: #5AB044;
}
.BgClassName
{
background-color: #5AB044;
}
</style>
border-color css
<style>
span { border-color: #5AB044; }
span { border-color: rgb(90,176,68); }
td.TdClassName
{
border-color: #5AB044;
}
.TagClassName
{
border-color: #5AB044;
}
</style>