Shades of Apple #5AB03D
Tints of Apple #5AB03D
RGB
CMYK
RGB Variations
Color information
#5AB03D (or 0x5AB03D) is known color: Apple. HEX triplet: 5A, B0 and 3D. RGB value is (90,176,61). Sum of RGB (Red+Green+Blue) = 90+176+61=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 176 (69.14% from 255 or 53.82% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB03D is #A54FC2. Grayscale: #898989. Windows color (decimal): -10833859 or 4042842. OLE color: 4042842.
HSL color Cylindrical-coordinate representation of color #5AB03D: hue angle of 104.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AB03D is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 176 | 61 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.31 |
| HSL | 104.87º | 0.49% | 0.46% | - |
| HSV(B) | 104.87º | 0.65% | 0.69% | - |
| XYZ | 20.58 | 33.56 | 9.81 | - |
| YUV | 137.18 | 85.01 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 61 | 0.49 | 0 | 0.65 | 0.31 | 104.87 | 0.49 | 0.46 |
| Hex | 5A | B0 | 3D | 31 | 0 | 41 | 1F | 69 | 31 | 2E |
| Octal | 132 | 260 | 75 | 61 | 0 | 101 | 37 | 151 | 61 | 56 |
| Binary | 1011010 | 10110000 | 111101 | 110001 | 0 | 1000001 | 11111 | 1101001 | 110001 | 101110 |
Color Harmonies of #5AB03D
Complementary color
Monochromatic Colors of #5AB03D
Black with #5AB03D
Text Example
Text Example
White with #5AB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB03D; }
p { color: rgb(90,176,61); }
H1.HeaderClassName
{
color: #5AB03D;
}
.AnyTagClassName
{
color: #5AB03D;
}
</style>
background-color css
<style>
a { background-color: #5AB03D; }
a { background-color: rgb(90,176,61); }
div.DivClassName
{
background-color: #5AB03D;
}
.BgClassName
{
background-color: #5AB03D;
}
</style>
border-color css
<style>
span { border-color: #5AB03D; }
span { border-color: rgb(90,176,61); }
td.TdClassName
{
border-color: #5AB03D;
}
.TagClassName
{
border-color: #5AB03D;
}
</style>