Shades of Apple #5AC23D
Tints of Apple #5AC23D
RGB
CMYK
RGB Variations
Color information
#5AC23D (or 0x5AC23D) is known color: Apple. HEX triplet: 5A, C2 and 3D. RGB value is (90,194,61). Sum of RGB (Red+Green+Blue) = 90+194+61=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 194 (76.17% from 255 or 56.23% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC23D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC23D is #A53DC2. Grayscale: #949494. Windows color (decimal): -10829251 or 4047450. OLE color: 4047450.
HSL color Cylindrical-coordinate representation of color #5AC23D: hue angle of 106.92º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AC23D is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 61 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.24 |
| HSL | 106.92º | 0.52% | 0.5% | - |
| HSV(B) | 106.92º | 0.69% | 0.76% | - |
| XYZ | 24.35 | 41.09 | 11.06 | - |
| YUV | 147.74 | 79.04 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 61 | 0.54 | 0 | 0.69 | 0.24 | 106.92 | 0.52 | 0.5 |
| Hex | 5A | C2 | 3D | 36 | 0 | 45 | 18 | 6B | 34 | 32 |
| Octal | 132 | 302 | 75 | 66 | 0 | 105 | 30 | 153 | 64 | 62 |
| Binary | 1011010 | 11000010 | 111101 | 110110 | 0 | 1000101 | 11000 | 1101011 | 110100 | 110010 |
Color Harmonies of #5AC23D
Complementary color
Monochromatic Colors of #5AC23D
Black with #5AC23D
Text Example
Text Example
White with #5AC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC23D; }
p { color: rgb(90,194,61); }
H1.HeaderClassName
{
color: #5AC23D;
}
.AnyTagClassName
{
color: #5AC23D;
}
</style>
background-color css
<style>
a { background-color: #5AC23D; }
a { background-color: rgb(90,194,61); }
div.DivClassName
{
background-color: #5AC23D;
}
.BgClassName
{
background-color: #5AC23D;
}
</style>
border-color css
<style>
span { border-color: #5AC23D; }
span { border-color: rgb(90,194,61); }
td.TdClassName
{
border-color: #5AC23D;
}
.TagClassName
{
border-color: #5AC23D;
}
</style>