Shades of Apple #5AB844
Tints of Apple #5AB844
RGB
CMYK
RGB Variations
Color information
#5AB844 (or 0x5AB844) is known color: Apple. HEX triplet: 5A, B8 and 44. RGB value is (90,184,68). Sum of RGB (Red+Green+Blue) = 90+184+68=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB844 is #A547BB. Grayscale: #8F8F8F. Windows color (decimal): -10831804 or 4503642. OLE color: 4503642.
HSL color Cylindrical-coordinate representation of color #5AB844: hue angle of 108.62º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AB844 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 184 | 68 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.28 |
| HSL | 108.62º | 0.46% | 0.49% | - |
| HSV(B) | 108.62º | 0.63% | 0.72% | - |
| XYZ | 22.4 | 36.87 | 11.41 | - |
| YUV | 142.67 | 85.86 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 68 | 0.51 | 0 | 0.63 | 0.28 | 108.62 | 0.46 | 0.49 |
| Hex | 5A | B8 | 44 | 33 | 0 | 3F | 1C | 6D | 2E | 31 |
| Octal | 132 | 270 | 104 | 63 | 0 | 77 | 34 | 155 | 56 | 61 |
| Binary | 1011010 | 10111000 | 1000100 | 110011 | 0 | 111111 | 11100 | 1101101 | 101110 | 110001 |
Color Harmonies of #5AB844
Complementary color
Monochromatic Colors of #5AB844
Black with #5AB844
Text Example
Text Example
White with #5AB844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB844; }
p { color: rgb(90,184,68); }
H1.HeaderClassName
{
color: #5AB844;
}
.AnyTagClassName
{
color: #5AB844;
}
</style>
background-color css
<style>
a { background-color: #5AB844; }
a { background-color: rgb(90,184,68); }
div.DivClassName
{
background-color: #5AB844;
}
.BgClassName
{
background-color: #5AB844;
}
</style>
border-color css
<style>
span { border-color: #5AB844; }
span { border-color: rgb(90,184,68); }
td.TdClassName
{
border-color: #5AB844;
}
.TagClassName
{
border-color: #5AB844;
}
</style>