Shades of Apple #5AC13D
Tints of Apple #5AC13D
RGB
CMYK
RGB Variations
Color information
#5AC13D (or 0x5AC13D) is known color: Apple. HEX triplet: 5A, C1 and 3D. RGB value is (90,193,61). Sum of RGB (Red+Green+Blue) = 90+193+61=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC13D is #A53EC2. Grayscale: #939393. Windows color (decimal): -10829507 or 4047194. OLE color: 4047194.
HSL color Cylindrical-coordinate representation of color #5AC13D: hue angle of 106.82º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AC13D is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 61 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.24 |
| HSL | 106.82º | 0.52% | 0.5% | - |
| HSV(B) | 106.82º | 0.68% | 0.76% | - |
| XYZ | 24.13 | 40.65 | 10.99 | - |
| YUV | 147.16 | 79.38 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 61 | 0.53 | 0 | 0.68 | 0.24 | 106.82 | 0.52 | 0.5 |
| Hex | 5A | C1 | 3D | 35 | 0 | 44 | 18 | 6B | 34 | 32 |
| Octal | 132 | 301 | 75 | 65 | 0 | 104 | 30 | 153 | 64 | 62 |
| Binary | 1011010 | 11000001 | 111101 | 110101 | 0 | 1000100 | 11000 | 1101011 | 110100 | 110010 |
Color Harmonies of #5AC13D
Complementary color
Monochromatic Colors of #5AC13D
Black with #5AC13D
Text Example
Text Example
White with #5AC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC13D; }
p { color: rgb(90,193,61); }
H1.HeaderClassName
{
color: #5AC13D;
}
.AnyTagClassName
{
color: #5AC13D;
}
</style>
background-color css
<style>
a { background-color: #5AC13D; }
a { background-color: rgb(90,193,61); }
div.DivClassName
{
background-color: #5AC13D;
}
.BgClassName
{
background-color: #5AC13D;
}
</style>
border-color css
<style>
span { border-color: #5AC13D; }
span { border-color: rgb(90,193,61); }
td.TdClassName
{
border-color: #5AC13D;
}
.TagClassName
{
border-color: #5AC13D;
}
</style>