Shades of Apple #5AB04A
Tints of Apple #5AB04A
RGB
CMYK
RGB Variations
Color information
#5AB04A (or 0x5AB04A) is known color: Apple. HEX triplet: 5A, B0 and 4A. RGB value is (90,176,74). Sum of RGB (Red+Green+Blue) = 90+176+74=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 176 (69.14% from 255 or 51.76% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB04A is #A54FB5. Grayscale: #8A8A8A. Windows color (decimal): -10833846 or 4894810. OLE color: 4894810.
HSL color Cylindrical-coordinate representation of color #5AB04A: hue angle of 110.59º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AB04A is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 176 | 74 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.31 |
| HSL | 110.59º | 0.41% | 0.49% | - |
| HSV(B) | 110.59º | 0.58% | 0.69% | - |
| XYZ | 20.98 | 33.72 | 11.88 | - |
| YUV | 138.66 | 91.51 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 74 | 0.49 | 0 | 0.58 | 0.31 | 110.59 | 0.41 | 0.49 |
| Hex | 5A | B0 | 4A | 31 | 0 | 3A | 1F | 6F | 29 | 31 |
| Octal | 132 | 260 | 112 | 61 | 0 | 72 | 37 | 157 | 51 | 61 |
| Binary | 1011010 | 10110000 | 1001010 | 110001 | 0 | 111010 | 11111 | 1101111 | 101001 | 110001 |
Color Harmonies of #5AB04A
Complementary color
Monochromatic Colors of #5AB04A
Black with #5AB04A
Text Example
Text Example
White with #5AB04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB04A; }
p { color: rgb(90,176,74); }
H1.HeaderClassName
{
color: #5AB04A;
}
.AnyTagClassName
{
color: #5AB04A;
}
</style>
background-color css
<style>
a { background-color: #5AB04A; }
a { background-color: rgb(90,176,74); }
div.DivClassName
{
background-color: #5AB04A;
}
.BgClassName
{
background-color: #5AB04A;
}
</style>
border-color css
<style>
span { border-color: #5AB04A; }
span { border-color: rgb(90,176,74); }
td.TdClassName
{
border-color: #5AB04A;
}
.TagClassName
{
border-color: #5AB04A;
}
</style>