Shades of Apple #5ACC34
Tints of Apple #5ACC34
RGB
CMYK
RGB Variations
Color information
#5ACC34 (or 0x5ACC34) is known color: Apple. HEX triplet: 5A, CC and 34. RGB value is (90,204,52). Sum of RGB (Red+Green+Blue) = 90+204+52=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACC34 is #A533CB. Grayscale: #999999. Windows color (decimal): -10826700 or 3460186. OLE color: 3460186.
HSL color Cylindrical-coordinate representation of color #5ACC34: hue angle of 105º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5ACC34 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 52 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.2 |
| HSL | 105º | 0.6% | 0.5% | - |
| HSV(B) | 105º | 0.75% | 0.8% | - |
| XYZ | 26.43 | 45.61 | 10.66 | - |
| YUV | 152.59 | 71.23 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 52 | 0.56 | 0 | 0.75 | 0.2 | 105 | 0.6 | 0.5 |
| Hex | 5A | CC | 34 | 38 | 0 | 4B | 14 | 69 | 3C | 32 |
| Octal | 132 | 314 | 64 | 70 | 0 | 113 | 24 | 151 | 74 | 62 |
| Binary | 1011010 | 11001100 | 110100 | 111000 | 0 | 1001011 | 10100 | 1101001 | 111100 | 110010 |
Color Harmonies of #5ACC34
Complementary color
Monochromatic Colors of #5ACC34
Black with #5ACC34
Text Example
Text Example
White with #5ACC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACC34; }
p { color: rgb(90,204,52); }
H1.HeaderClassName
{
color: #5ACC34;
}
.AnyTagClassName
{
color: #5ACC34;
}
</style>
background-color css
<style>
a { background-color: #5ACC34; }
a { background-color: rgb(90,204,52); }
div.DivClassName
{
background-color: #5ACC34;
}
.BgClassName
{
background-color: #5ACC34;
}
</style>
border-color css
<style>
span { border-color: #5ACC34; }
span { border-color: rgb(90,204,52); }
td.TdClassName
{
border-color: #5ACC34;
}
.TagClassName
{
border-color: #5ACC34;
}
</style>