Shades of Apple #5AC243
Tints of Apple #5AC243
RGB
CMYK
RGB Variations
Color information
#5AC243 (or 0x5AC243) is known color: Apple. HEX triplet: 5A, C2 and 43. RGB value is (90,194,67). Sum of RGB (Red+Green+Blue) = 90+194+67=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 194 (76.17% from 255 or 55.27% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC243 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC243 is #A53DBC. Grayscale: #949494. Windows color (decimal): -10829245 or 4440666. OLE color: 4440666.
HSL color Cylindrical-coordinate representation of color #5AC243: hue angle of 109.13º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AC243 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 67 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.24 |
| HSL | 109.13º | 0.51% | 0.51% | - |
| HSV(B) | 109.13º | 0.65% | 0.76% | - |
| XYZ | 24.52 | 41.16 | 11.96 | - |
| YUV | 148.43 | 82.04 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 67 | 0.54 | 0 | 0.65 | 0.24 | 109.13 | 0.51 | 0.51 |
| Hex | 5A | C2 | 43 | 36 | 0 | 41 | 18 | 6D | 33 | 33 |
| Octal | 132 | 302 | 103 | 66 | 0 | 101 | 30 | 155 | 63 | 63 |
| Binary | 1011010 | 11000010 | 1000011 | 110110 | 0 | 1000001 | 11000 | 1101101 | 110011 | 110011 |
Color Harmonies of #5AC243
Complementary color
Monochromatic Colors of #5AC243
Black with #5AC243
Text Example
Text Example
White with #5AC243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC243; }
p { color: rgb(90,194,67); }
H1.HeaderClassName
{
color: #5AC243;
}
.AnyTagClassName
{
color: #5AC243;
}
</style>
background-color css
<style>
a { background-color: #5AC243; }
a { background-color: rgb(90,194,67); }
div.DivClassName
{
background-color: #5AC243;
}
.BgClassName
{
background-color: #5AC243;
}
</style>
border-color css
<style>
span { border-color: #5AC243; }
span { border-color: rgb(90,194,67); }
td.TdClassName
{
border-color: #5AC243;
}
.TagClassName
{
border-color: #5AC243;
}
</style>