Shades of Apple #6AD147
Tints of Apple #6AD147
RGB
CMYK
RGB Variations
Color information
#6AD147 (or 0x6AD147) is known color: Apple. HEX triplet: 6A, D1 and 47. RGB value is (106,209,71). Sum of RGB (Red+Green+Blue) = 106+209+71=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 209 (82.03% from 255 or 54.15% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD147 is #952EB8. Grayscale: #A2A2A2. Windows color (decimal): -9776825 or 4706666. OLE color: 4706666.
HSL color Cylindrical-coordinate representation of color #6AD147: hue angle of 104.78º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6AD147 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 209 | 71 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.18 |
| HSL | 104.78º | 0.6% | 0.55% | - |
| HSV(B) | 104.78º | 0.66% | 0.82% | - |
| XYZ | 29.88 | 49.12 | 13.87 | - |
| YUV | 162.47 | 76.38 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 209 | 71 | 0.49 | 0 | 0.66 | 0.18 | 104.78 | 0.6 | 0.55 |
| Hex | 6A | D1 | 47 | 31 | 0 | 42 | 12 | 69 | 3C | 37 |
| Octal | 152 | 321 | 107 | 61 | 0 | 102 | 22 | 151 | 74 | 67 |
| Binary | 1101010 | 11010001 | 1000111 | 110001 | 0 | 1000010 | 10010 | 1101001 | 111100 | 110111 |
Color Harmonies of #6AD147
Complementary color
Monochromatic Colors of #6AD147
Black with #6AD147
Text Example
Text Example
White with #6AD147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD147; }
p { color: rgb(106,209,71); }
H1.HeaderClassName
{
color: #6AD147;
}
.AnyTagClassName
{
color: #6AD147;
}
</style>
background-color css
<style>
a { background-color: #6AD147; }
a { background-color: rgb(106,209,71); }
div.DivClassName
{
background-color: #6AD147;
}
.BgClassName
{
background-color: #6AD147;
}
</style>
border-color css
<style>
span { border-color: #6AD147; }
span { border-color: rgb(106,209,71); }
td.TdClassName
{
border-color: #6AD147;
}
.TagClassName
{
border-color: #6AD147;
}
</style>