Shades of Apple #6AC040
Tints of Apple #6AC040
RGB
CMYK
RGB Variations
Color information
#6AC040 (or 0x6AC040) is known color: Apple. HEX triplet: 6A, C0 and 40. RGB value is (106,192,64). Sum of RGB (Red+Green+Blue) = 106+192+64=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC040 is #953FBF. Grayscale: #989898. Windows color (decimal): -9781184 or 4243562. OLE color: 4243562.
HSL color Cylindrical-coordinate representation of color #6AC040: hue angle of 100.31º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6AC040 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 64 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.25 |
| HSL | 100.31º | 0.5% | 0.5% | - |
| HSV(B) | 100.31º | 0.67% | 0.75% | - |
| XYZ | 25.72 | 41.13 | 11.43 | - |
| YUV | 151.69 | 78.51 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 64 | 0.45 | 0 | 0.67 | 0.25 | 100.31 | 0.5 | 0.5 |
| Hex | 6A | C0 | 40 | 2D | 0 | 43 | 19 | 64 | 32 | 32 |
| Octal | 152 | 300 | 100 | 55 | 0 | 103 | 31 | 144 | 62 | 62 |
| Binary | 1101010 | 11000000 | 1000000 | 101101 | 0 | 1000011 | 11001 | 1100100 | 110010 | 110010 |
Color Harmonies of #6AC040
Complementary color
Monochromatic Colors of #6AC040
Black with #6AC040
Text Example
Text Example
White with #6AC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC040; }
p { color: rgb(106,192,64); }
H1.HeaderClassName
{
color: #6AC040;
}
.AnyTagClassName
{
color: #6AC040;
}
</style>
background-color css
<style>
a { background-color: #6AC040; }
a { background-color: rgb(106,192,64); }
div.DivClassName
{
background-color: #6AC040;
}
.BgClassName
{
background-color: #6AC040;
}
</style>
border-color css
<style>
span { border-color: #6AC040; }
span { border-color: rgb(106,192,64); }
td.TdClassName
{
border-color: #6AC040;
}
.TagClassName
{
border-color: #6AC040;
}
</style>