Shades of Apple #5AA23C
Tints of Apple #5AA23C
RGB
CMYK
RGB Variations
Color information
#5AA23C (or 0x5AA23C) is known color: Apple. HEX triplet: 5A, A2 and 3C. RGB value is (90,162,60). Sum of RGB (Red+Green+Blue) = 90+162+60=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA23C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA23C is #A55DC3. Grayscale: #818181. Windows color (decimal): -10837444 or 3973722. OLE color: 3973722.
HSL color Cylindrical-coordinate representation of color #5AA23C: hue angle of 102.35º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AA23C is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 162 | 60 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.36 |
| HSL | 102.35º | 0.46% | 0.44% | - |
| HSV(B) | 102.35º | 0.63% | 0.64% | - |
| XYZ | 17.95 | 28.34 | 8.8 | - |
| YUV | 128.84 | 89.15 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 162 | 60 | 0.44 | 0 | 0.63 | 0.36 | 102.35 | 0.46 | 0.44 |
| Hex | 5A | A2 | 3C | 2C | 0 | 3F | 24 | 66 | 2E | 2C |
| Octal | 132 | 242 | 74 | 54 | 0 | 77 | 44 | 146 | 56 | 54 |
| Binary | 1011010 | 10100010 | 111100 | 101100 | 0 | 111111 | 100100 | 1100110 | 101110 | 101100 |
Color Harmonies of #5AA23C
Complementary color
Monochromatic Colors of #5AA23C
Black with #5AA23C
Text Example
Text Example
White with #5AA23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA23C; }
p { color: rgb(90,162,60); }
H1.HeaderClassName
{
color: #5AA23C;
}
.AnyTagClassName
{
color: #5AA23C;
}
</style>
background-color css
<style>
a { background-color: #5AA23C; }
a { background-color: rgb(90,162,60); }
div.DivClassName
{
background-color: #5AA23C;
}
.BgClassName
{
background-color: #5AA23C;
}
</style>
border-color css
<style>
span { border-color: #5AA23C; }
span { border-color: rgb(90,162,60); }
td.TdClassName
{
border-color: #5AA23C;
}
.TagClassName
{
border-color: #5AA23C;
}
</style>