Shades of Apple #5AAF38
Tints of Apple #5AAF38
RGB
CMYK
RGB Variations
Color information
#5AAF38 (or 0x5AAF38) is known color: Apple. HEX triplet: 5A, AF and 38. RGB value is (90,175,56). Sum of RGB (Red+Green+Blue) = 90+175+56=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF38 is #A550C7. Grayscale: #888888. Windows color (decimal): -10834120 or 3714906. OLE color: 3714906.
HSL color Cylindrical-coordinate representation of color #5AAF38: hue angle of 102.86º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AAF38 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 56 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.31 |
| HSL | 102.86º | 0.52% | 0.45% | - |
| HSV(B) | 102.86º | 0.68% | 0.69% | - |
| XYZ | 20.26 | 33.12 | 9.07 | - |
| YUV | 136.02 | 82.84 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 56 | 0.49 | 0 | 0.68 | 0.31 | 102.86 | 0.52 | 0.45 |
| Hex | 5A | AF | 38 | 31 | 0 | 44 | 1F | 67 | 34 | 2D |
| Octal | 132 | 257 | 70 | 61 | 0 | 104 | 37 | 147 | 64 | 55 |
| Binary | 1011010 | 10101111 | 111000 | 110001 | 0 | 1000100 | 11111 | 1100111 | 110100 | 101101 |
Color Harmonies of #5AAF38
Complementary color
Monochromatic Colors of #5AAF38
Black with #5AAF38
Text Example
Text Example
White with #5AAF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF38; }
p { color: rgb(90,175,56); }
H1.HeaderClassName
{
color: #5AAF38;
}
.AnyTagClassName
{
color: #5AAF38;
}
</style>
background-color css
<style>
a { background-color: #5AAF38; }
a { background-color: rgb(90,175,56); }
div.DivClassName
{
background-color: #5AAF38;
}
.BgClassName
{
background-color: #5AAF38;
}
</style>
border-color css
<style>
span { border-color: #5AAF38; }
span { border-color: rgb(90,175,56); }
td.TdClassName
{
border-color: #5AAF38;
}
.TagClassName
{
border-color: #5AAF38;
}
</style>