Shades of Apple #5AB349
Tints of Apple #5AB349
RGB
CMYK
RGB Variations
Color information
#5AB349 (or 0x5AB349) is known color: Apple. HEX triplet: 5A, B3 and 49. RGB value is (90,179,73). Sum of RGB (Red+Green+Blue) = 90+179+73=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB349 is #A54CB6. Grayscale: #8C8C8C. Windows color (decimal): -10833079 or 4830042. OLE color: 4830042.
HSL color Cylindrical-coordinate representation of color #5AB349: hue angle of 110.38º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AB349 is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 73 | - |
| CMYK | 0.50 | 0 | 0.59 | 0.30 |
| HSL | 110.38º | 0.42% | 0.49% | - |
| HSV(B) | 110.38º | 0.59% | 0.7% | - |
| XYZ | 21.54 | 34.89 | 11.9 | - |
| YUV | 140.31 | 90.01 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 73 | 0.50 | 0 | 0.59 | 0.30 | 110.38 | 0.42 | 0.49 |
| Hex | 5A | B3 | 49 | 32 | 0 | 3B | 1E | 6E | 2A | 31 |
| Octal | 132 | 263 | 111 | 62 | 0 | 73 | 36 | 156 | 52 | 61 |
| Binary | 1011010 | 10110011 | 1001001 | 110010 | 0 | 111011 | 11110 | 1101110 | 101010 | 110001 |
Color Harmonies of #5AB349
Complementary color
Monochromatic Colors of #5AB349
Black with #5AB349
Text Example
Text Example
White with #5AB349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB349; }
p { color: rgb(90,179,73); }
H1.HeaderClassName
{
color: #5AB349;
}
.AnyTagClassName
{
color: #5AB349;
}
</style>
background-color css
<style>
a { background-color: #5AB349; }
a { background-color: rgb(90,179,73); }
div.DivClassName
{
background-color: #5AB349;
}
.BgClassName
{
background-color: #5AB349;
}
</style>
border-color css
<style>
span { border-color: #5AB349; }
span { border-color: rgb(90,179,73); }
td.TdClassName
{
border-color: #5AB349;
}
.TagClassName
{
border-color: #5AB349;
}
</style>