Shades of Apple #6ACC2C
Tints of Apple #6ACC2C
RGB
CMYK
RGB Variations
Color information
#6ACC2C (or 0x6ACC2C) is known color: Apple. HEX triplet: 6A, CC and 2C. RGB value is (106,204,44). Sum of RGB (Red+Green+Blue) = 106+204+44=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACC2C is #9533D3. Grayscale: #9D9D9D. Windows color (decimal): -9778132 or 2935914. OLE color: 2935914.
HSL color Cylindrical-coordinate representation of color #6ACC2C: hue angle of 96.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6ACC2C is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 44 | - |
| CMYK | 0.48 | 0 | 0.78 | 0.2 |
| HSL | 96.75º | 0.65% | 0.49% | - |
| HSV(B) | 96.75º | 0.78% | 0.8% | - |
| XYZ | 27.99 | 46.43 | 9.87 | - |
| YUV | 156.46 | 64.53 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 44 | 0.48 | 0 | 0.78 | 0.2 | 96.75 | 0.65 | 0.49 |
| Hex | 6A | CC | 2C | 30 | 0 | 4E | 14 | 61 | 41 | 31 |
| Octal | 152 | 314 | 54 | 60 | 0 | 116 | 24 | 141 | 101 | 61 |
| Binary | 1101010 | 11001100 | 101100 | 110000 | 0 | 1001110 | 10100 | 1100001 | 1000001 | 110001 |
Color Harmonies of #6ACC2C
Complementary color
Monochromatic Colors of #6ACC2C
Black with #6ACC2C
Text Example
Text Example
White with #6ACC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACC2C; }
p { color: rgb(106,204,44); }
H1.HeaderClassName
{
color: #6ACC2C;
}
.AnyTagClassName
{
color: #6ACC2C;
}
</style>
background-color css
<style>
a { background-color: #6ACC2C; }
a { background-color: rgb(106,204,44); }
div.DivClassName
{
background-color: #6ACC2C;
}
.BgClassName
{
background-color: #6ACC2C;
}
</style>
border-color css
<style>
span { border-color: #6ACC2C; }
span { border-color: rgb(106,204,44); }
td.TdClassName
{
border-color: #6ACC2C;
}
.TagClassName
{
border-color: #6ACC2C;
}
</style>