Shades of Apple #5AC44C
Tints of Apple #5AC44C
RGB
CMYK
RGB Variations
Color information
#5AC44C (or 0x5AC44C) is known color: Apple. HEX triplet: 5A, C4 and 4C. RGB value is (90,196,76). Sum of RGB (Red+Green+Blue) = 90+196+76=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 196 (76.95% from 255 or 54.14% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 196 - color contains mainly: green. Hex color #5AC44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC44C is #A53BB3. Grayscale: #979797. Windows color (decimal): -10828724 or 5031002. OLE color: 5031002.
HSL color Cylindrical-coordinate representation of color #5AC44C: hue angle of 113º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AC44C is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 196 | 76 | - |
| CMYK | 0.54 | 0 | 0.61 | 0.23 |
| HSL | 113º | 0.5% | 0.53% | - |
| HSV(B) | 113º | 0.61% | 0.77% | - |
| XYZ | 25.26 | 42.18 | 13.65 | - |
| YUV | 150.63 | 85.88 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 196 | 76 | 0.54 | 0 | 0.61 | 0.23 | 113 | 0.5 | 0.53 |
| Hex | 5A | C4 | 4C | 36 | 0 | 3D | 17 | 71 | 32 | 35 |
| Octal | 132 | 304 | 114 | 66 | 0 | 75 | 27 | 161 | 62 | 65 |
| Binary | 1011010 | 11000100 | 1001100 | 110110 | 0 | 111101 | 10111 | 1110001 | 110010 | 110101 |
Color Harmonies of #5AC44C
Complementary color
Monochromatic Colors of #5AC44C
Black with #5AC44C
Text Example
Text Example
White with #5AC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC44C; }
p { color: rgb(90,196,76); }
H1.HeaderClassName
{
color: #5AC44C;
}
.AnyTagClassName
{
color: #5AC44C;
}
</style>
background-color css
<style>
a { background-color: #5AC44C; }
a { background-color: rgb(90,196,76); }
div.DivClassName
{
background-color: #5AC44C;
}
.BgClassName
{
background-color: #5AC44C;
}
</style>
border-color css
<style>
span { border-color: #5AC44C; }
span { border-color: rgb(90,196,76); }
td.TdClassName
{
border-color: #5AC44C;
}
.TagClassName
{
border-color: #5AC44C;
}
</style>