Shades of Apple #5AC23C
Tints of Apple #5AC23C
RGB
CMYK
RGB Variations
Color information
#5AC23C (or 0x5AC23C) is known color: Apple. HEX triplet: 5A, C2 and 3C. RGB value is (90,194,60). Sum of RGB (Red+Green+Blue) = 90+194+60=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC23C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC23C is #A53DC3. Grayscale: #949494. Windows color (decimal): -10829252 or 3981914. OLE color: 3981914.
HSL color Cylindrical-coordinate representation of color #5AC23C: hue angle of 106.57º degrees, saturation: 0.53, 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 #5AC23C is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 60 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.24 |
| HSL | 106.57º | 0.53% | 0.5% | - |
| HSV(B) | 106.57º | 0.69% | 0.76% | - |
| XYZ | 24.32 | 41.08 | 10.92 | - |
| YUV | 147.63 | 78.54 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 60 | 0.54 | 0 | 0.69 | 0.24 | 106.57 | 0.53 | 0.5 |
| Hex | 5A | C2 | 3C | 36 | 0 | 45 | 18 | 6B | 35 | 32 |
| Octal | 132 | 302 | 74 | 66 | 0 | 105 | 30 | 153 | 65 | 62 |
| Binary | 1011010 | 11000010 | 111100 | 110110 | 0 | 1000101 | 11000 | 1101011 | 110101 | 110010 |
Color Harmonies of #5AC23C
Complementary color
Monochromatic Colors of #5AC23C
Black with #5AC23C
Text Example
Text Example
White with #5AC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC23C; }
p { color: rgb(90,194,60); }
H1.HeaderClassName
{
color: #5AC23C;
}
.AnyTagClassName
{
color: #5AC23C;
}
</style>
background-color css
<style>
a { background-color: #5AC23C; }
a { background-color: rgb(90,194,60); }
div.DivClassName
{
background-color: #5AC23C;
}
.BgClassName
{
background-color: #5AC23C;
}
</style>
border-color css
<style>
span { border-color: #5AC23C; }
span { border-color: rgb(90,194,60); }
td.TdClassName
{
border-color: #5AC23C;
}
.TagClassName
{
border-color: #5AC23C;
}
</style>