Shades of Apple #6AD149
Tints of Apple #6AD149
RGB
CMYK
RGB Variations
Color information
#6AD149 (or 0x6AD149) is known color: Apple. HEX triplet: 6A, D1 and 49. RGB value is (106,209,73). Sum of RGB (Red+Green+Blue) = 106+209+73=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 209 (82.03% from 255 or 53.87% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD149 is #952EB6. Grayscale: #A3A3A3. Windows color (decimal): -9776823 or 4837738. OLE color: 4837738.
HSL color Cylindrical-coordinate representation of color #6AD149: hue angle of 105.44º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6AD149 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 209 | 73 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.18 |
| HSL | 105.44º | 0.6% | 0.55% | - |
| HSV(B) | 105.44º | 0.65% | 0.82% | - |
| XYZ | 29.95 | 49.15 | 14.21 | - |
| YUV | 162.7 | 77.38 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 209 | 73 | 0.49 | 0 | 0.65 | 0.18 | 105.44 | 0.6 | 0.55 |
| Hex | 6A | D1 | 49 | 31 | 0 | 41 | 12 | 69 | 3C | 37 |
| Octal | 152 | 321 | 111 | 61 | 0 | 101 | 22 | 151 | 74 | 67 |
| Binary | 1101010 | 11010001 | 1001001 | 110001 | 0 | 1000001 | 10010 | 1101001 | 111100 | 110111 |
Color Harmonies of #6AD149
Complementary color
Monochromatic Colors of #6AD149
Black with #6AD149
Text Example
Text Example
White with #6AD149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD149; }
p { color: rgb(106,209,73); }
H1.HeaderClassName
{
color: #6AD149;
}
.AnyTagClassName
{
color: #6AD149;
}
</style>
background-color css
<style>
a { background-color: #6AD149; }
a { background-color: rgb(106,209,73); }
div.DivClassName
{
background-color: #6AD149;
}
.BgClassName
{
background-color: #6AD149;
}
</style>
border-color css
<style>
span { border-color: #6AD149; }
span { border-color: rgb(106,209,73); }
td.TdClassName
{
border-color: #6AD149;
}
.TagClassName
{
border-color: #6AD149;
}
</style>