Shades of Apple #5AAF4C
Tints of Apple #5AAF4C
RGB
CMYK
RGB Variations
Color information
#5AAF4C (or 0x5AAF4C) is known color: Apple. HEX triplet: 5A, AF and 4C. RGB value is (90,175,76). Sum of RGB (Red+Green+Blue) = 90+175+76=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF4C is #A550B3. Grayscale: #8A8A8A. Windows color (decimal): -10834100 or 5025626. OLE color: 5025626.
HSL color Cylindrical-coordinate representation of color #5AAF4C: hue angle of 111.52º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AAF4C is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 76 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.31 |
| HSL | 111.52º | 0.39% | 0.49% | - |
| HSV(B) | 111.52º | 0.57% | 0.69% | - |
| XYZ | 20.85 | 33.36 | 12.18 | - |
| YUV | 138.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 76 | 0.49 | 0 | 0.57 | 0.31 | 111.52 | 0.39 | 0.49 |
| Hex | 5A | AF | 4C | 31 | 0 | 39 | 1F | 70 | 27 | 31 |
| Octal | 132 | 257 | 114 | 61 | 0 | 71 | 37 | 160 | 47 | 61 |
| Binary | 1011010 | 10101111 | 1001100 | 110001 | 0 | 111001 | 11111 | 1110000 | 100111 | 110001 |
Color Harmonies of #5AAF4C
Complementary color
Monochromatic Colors of #5AAF4C
Black with #5AAF4C
Text Example
Text Example
White with #5AAF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF4C; }
p { color: rgb(90,175,76); }
H1.HeaderClassName
{
color: #5AAF4C;
}
.AnyTagClassName
{
color: #5AAF4C;
}
</style>
background-color css
<style>
a { background-color: #5AAF4C; }
a { background-color: rgb(90,175,76); }
div.DivClassName
{
background-color: #5AAF4C;
}
.BgClassName
{
background-color: #5AAF4C;
}
</style>
border-color css
<style>
span { border-color: #5AAF4C; }
span { border-color: rgb(90,175,76); }
td.TdClassName
{
border-color: #5AAF4C;
}
.TagClassName
{
border-color: #5AAF4C;
}
</style>