Shades of Apple #6AC141
Tints of Apple #6AC141
RGB
CMYK
RGB Variations
Color information
#6AC141 (or 0x6AC141) is known color: Apple. HEX triplet: 6A, C1 and 41. RGB value is (106,193,65). Sum of RGB (Red+Green+Blue) = 106+193+65=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC141 is #953EBE. Grayscale: #989898. Windows color (decimal): -9780927 or 4309354. OLE color: 4309354.
HSL color Cylindrical-coordinate representation of color #6AC141: hue angle of 100.78º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6AC141 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 193 | 65 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.24 |
| HSL | 100.78º | 0.51% | 0.51% | - |
| HSV(B) | 100.78º | 0.66% | 0.76% | - |
| XYZ | 25.97 | 41.59 | 11.66 | - |
| YUV | 152.4 | 78.68 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 193 | 65 | 0.45 | 0 | 0.66 | 0.24 | 100.78 | 0.51 | 0.51 |
| Hex | 6A | C1 | 41 | 2D | 0 | 42 | 18 | 65 | 33 | 33 |
| Octal | 152 | 301 | 101 | 55 | 0 | 102 | 30 | 145 | 63 | 63 |
| Binary | 1101010 | 11000001 | 1000001 | 101101 | 0 | 1000010 | 11000 | 1100101 | 110011 | 110011 |
Color Harmonies of #6AC141
Complementary color
Monochromatic Colors of #6AC141
Black with #6AC141
Text Example
Text Example
White with #6AC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC141; }
p { color: rgb(106,193,65); }
H1.HeaderClassName
{
color: #6AC141;
}
.AnyTagClassName
{
color: #6AC141;
}
</style>
background-color css
<style>
a { background-color: #6AC141; }
a { background-color: rgb(106,193,65); }
div.DivClassName
{
background-color: #6AC141;
}
.BgClassName
{
background-color: #6AC141;
}
</style>
border-color css
<style>
span { border-color: #6AC141; }
span { border-color: rgb(106,193,65); }
td.TdClassName
{
border-color: #6AC141;
}
.TagClassName
{
border-color: #6AC141;
}
</style>