Shades of Apple #5AAF3D
Tints of Apple #5AAF3D
RGB
CMYK
RGB Variations
Color information
#5AAF3D (or 0x5AAF3D) is known color: Apple. HEX triplet: 5A, AF and 3D. RGB value is (90,175,61). Sum of RGB (Red+Green+Blue) = 90+175+61=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF3D is #A550C2. Grayscale: #888888. Windows color (decimal): -10834115 or 4042586. OLE color: 4042586.
HSL color Cylindrical-coordinate representation of color #5AAF3D: hue angle of 104.74º degrees, saturation: 0.48, 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 #5AAF3D is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 61 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.31 |
| HSL | 104.74º | 0.48% | 0.46% | - |
| HSV(B) | 104.74º | 0.65% | 0.69% | - |
| XYZ | 20.39 | 33.17 | 9.74 | - |
| YUV | 136.59 | 85.34 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 61 | 0.49 | 0 | 0.65 | 0.31 | 104.74 | 0.48 | 0.46 |
| Hex | 5A | AF | 3D | 31 | 0 | 41 | 1F | 69 | 30 | 2E |
| Octal | 132 | 257 | 75 | 61 | 0 | 101 | 37 | 151 | 60 | 56 |
| Binary | 1011010 | 10101111 | 111101 | 110001 | 0 | 1000001 | 11111 | 1101001 | 110000 | 101110 |
Color Harmonies of #5AAF3D
Complementary color
Monochromatic Colors of #5AAF3D
Black with #5AAF3D
Text Example
Text Example
White with #5AAF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF3D; }
p { color: rgb(90,175,61); }
H1.HeaderClassName
{
color: #5AAF3D;
}
.AnyTagClassName
{
color: #5AAF3D;
}
</style>
background-color css
<style>
a { background-color: #5AAF3D; }
a { background-color: rgb(90,175,61); }
div.DivClassName
{
background-color: #5AAF3D;
}
.BgClassName
{
background-color: #5AAF3D;
}
</style>
border-color css
<style>
span { border-color: #5AAF3D; }
span { border-color: rgb(90,175,61); }
td.TdClassName
{
border-color: #5AAF3D;
}
.TagClassName
{
border-color: #5AAF3D;
}
</style>