Shades of Apple #6AC52C
Tints of Apple #6AC52C
RGB
CMYK
RGB Variations
Color information
#6AC52C (or 0x6AC52C) is known color: Apple. HEX triplet: 6A, C5 and 2C. RGB value is (106,197,44). Sum of RGB (Red+Green+Blue) = 106+197+44=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 197 (77.34% from 255 or 56.77% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 197 - color contains mainly: green. Hex color #6AC52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC52C is #953AD3. Grayscale: #989898. Windows color (decimal): -9779924 or 2934122. OLE color: 2934122.
HSL color Cylindrical-coordinate representation of color #6AC52C: hue angle of 95.69º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6AC52C is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 197 | 44 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.23 |
| HSL | 95.69º | 0.63% | 0.47% | - |
| HSV(B) | 95.69º | 0.78% | 0.77% | - |
| XYZ | 26.36 | 43.18 | 9.33 | - |
| YUV | 152.35 | 66.85 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 197 | 44 | 0.46 | 0 | 0.78 | 0.23 | 95.69 | 0.63 | 0.47 |
| Hex | 6A | C5 | 2C | 2E | 0 | 4E | 17 | 60 | 3F | 2F |
| Octal | 152 | 305 | 54 | 56 | 0 | 116 | 27 | 140 | 77 | 57 |
| Binary | 1101010 | 11000101 | 101100 | 101110 | 0 | 1001110 | 10111 | 1100000 | 111111 | 101111 |
Color Harmonies of #6AC52C
Complementary color
Monochromatic Colors of #6AC52C
Black with #6AC52C
Text Example
Text Example
White with #6AC52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC52C; }
p { color: rgb(106,197,44); }
H1.HeaderClassName
{
color: #6AC52C;
}
.AnyTagClassName
{
color: #6AC52C;
}
</style>
background-color css
<style>
a { background-color: #6AC52C; }
a { background-color: rgb(106,197,44); }
div.DivClassName
{
background-color: #6AC52C;
}
.BgClassName
{
background-color: #6AC52C;
}
</style>
border-color css
<style>
span { border-color: #6AC52C; }
span { border-color: rgb(106,197,44); }
td.TdClassName
{
border-color: #6AC52C;
}
.TagClassName
{
border-color: #6AC52C;
}
</style>