Shades of Apple #5ACE34
Tints of Apple #5ACE34
RGB
CMYK
RGB Variations
Color information
#5ACE34 (or 0x5ACE34) is known color: Apple. HEX triplet: 5A, CE and 34. RGB value is (90,206,52). Sum of RGB (Red+Green+Blue) = 90+206+52=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 206 (80.86% from 255 or 59.20% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACE34 is #A531CB. Grayscale: #9A9A9A. Windows color (decimal): -10826188 or 3460698. OLE color: 3460698.
HSL color Cylindrical-coordinate representation of color #5ACE34: hue angle of 105.19º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5ACE34 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 52 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.19 |
| HSL | 105.19º | 0.61% | 0.51% | - |
| HSV(B) | 105.19º | 0.75% | 0.81% | - |
| XYZ | 26.91 | 46.56 | 10.82 | - |
| YUV | 153.76 | 70.57 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 52 | 0.56 | 0 | 0.75 | 0.19 | 105.19 | 0.61 | 0.51 |
| Hex | 5A | CE | 34 | 38 | 0 | 4B | 13 | 69 | 3D | 33 |
| Octal | 132 | 316 | 64 | 70 | 0 | 113 | 23 | 151 | 75 | 63 |
| Binary | 1011010 | 11001110 | 110100 | 111000 | 0 | 1001011 | 10011 | 1101001 | 111101 | 110011 |
Color Harmonies of #5ACE34
Complementary color
Monochromatic Colors of #5ACE34
Black with #5ACE34
Text Example
Text Example
White with #5ACE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE34; }
p { color: rgb(90,206,52); }
H1.HeaderClassName
{
color: #5ACE34;
}
.AnyTagClassName
{
color: #5ACE34;
}
</style>
background-color css
<style>
a { background-color: #5ACE34; }
a { background-color: rgb(90,206,52); }
div.DivClassName
{
background-color: #5ACE34;
}
.BgClassName
{
background-color: #5ACE34;
}
</style>
border-color css
<style>
span { border-color: #5ACE34; }
span { border-color: rgb(90,206,52); }
td.TdClassName
{
border-color: #5ACE34;
}
.TagClassName
{
border-color: #5ACE34;
}
</style>