Shades of Apple #6ACC34
Tints of Apple #6ACC34
RGB
CMYK
RGB Variations
Color information
#6ACC34 (or 0x6ACC34) is known color: Apple. HEX triplet: 6A, CC and 34. RGB value is (106,204,52). Sum of RGB (Red+Green+Blue) = 106+204+52=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACC34 is #9533CB. Grayscale: #9D9D9D. Windows color (decimal): -9778124 or 3460202. OLE color: 3460202.
HSL color Cylindrical-coordinate representation of color #6ACC34: hue angle of 98.68º 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 #6ACC34 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 52 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.2 |
| HSL | 98.68º | 0.6% | 0.5% | - |
| HSV(B) | 98.68º | 0.75% | 0.8% | - |
| XYZ | 28.16 | 46.5 | 10.74 | - |
| YUV | 157.37 | 68.53 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 52 | 0.48 | 0 | 0.75 | 0.2 | 98.68 | 0.6 | 0.5 |
| Hex | 6A | CC | 34 | 30 | 0 | 4B | 14 | 63 | 3C | 32 |
| Octal | 152 | 314 | 64 | 60 | 0 | 113 | 24 | 143 | 74 | 62 |
| Binary | 1101010 | 11001100 | 110100 | 110000 | 0 | 1001011 | 10100 | 1100011 | 111100 | 110010 |
Color Harmonies of #6ACC34
Complementary color
Monochromatic Colors of #6ACC34
Black with #6ACC34
Text Example
Text Example
White with #6ACC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACC34; }
p { color: rgb(106,204,52); }
H1.HeaderClassName
{
color: #6ACC34;
}
.AnyTagClassName
{
color: #6ACC34;
}
</style>
background-color css
<style>
a { background-color: #6ACC34; }
a { background-color: rgb(106,204,52); }
div.DivClassName
{
background-color: #6ACC34;
}
.BgClassName
{
background-color: #6ACC34;
}
</style>
border-color css
<style>
span { border-color: #6ACC34; }
span { border-color: rgb(106,204,52); }
td.TdClassName
{
border-color: #6ACC34;
}
.TagClassName
{
border-color: #6ACC34;
}
</style>