Shades of Apple #5AB945
Tints of Apple #5AB945
RGB
CMYK
RGB Variations
Color information
#5AB945 (or 0x5AB945) is known color: Apple. HEX triplet: 5A, B9 and 45. RGB value is (90,185,69). Sum of RGB (Red+Green+Blue) = 90+185+69=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB945 is #A546BA. Grayscale: #8F8F8F. Windows color (decimal): -10831547 or 4569434. OLE color: 4569434.
HSL color Cylindrical-coordinate representation of color #5AB945: hue angle of 109.14º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AB945 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 185 | 69 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.27 |
| HSL | 109.14º | 0.46% | 0.5% | - |
| HSV(B) | 109.14º | 0.63% | 0.73% | - |
| XYZ | 22.64 | 37.3 | 11.64 | - |
| YUV | 143.37 | 86.03 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 69 | 0.51 | 0 | 0.63 | 0.27 | 109.14 | 0.46 | 0.5 |
| Hex | 5A | B9 | 45 | 33 | 0 | 3F | 1B | 6D | 2E | 32 |
| Octal | 132 | 271 | 105 | 63 | 0 | 77 | 33 | 155 | 56 | 62 |
| Binary | 1011010 | 10111001 | 1000101 | 110011 | 0 | 111111 | 11011 | 1101101 | 101110 | 110010 |
Color Harmonies of #5AB945
Complementary color
Monochromatic Colors of #5AB945
Black with #5AB945
Text Example
Text Example
White with #5AB945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB945; }
p { color: rgb(90,185,69); }
H1.HeaderClassName
{
color: #5AB945;
}
.AnyTagClassName
{
color: #5AB945;
}
</style>
background-color css
<style>
a { background-color: #5AB945; }
a { background-color: rgb(90,185,69); }
div.DivClassName
{
background-color: #5AB945;
}
.BgClassName
{
background-color: #5AB945;
}
</style>
border-color css
<style>
span { border-color: #5AB945; }
span { border-color: rgb(90,185,69); }
td.TdClassName
{
border-color: #5AB945;
}
.TagClassName
{
border-color: #5AB945;
}
</style>