Shades of Apple #6AD140
Tints of Apple #6AD140
RGB
CMYK
RGB Variations
Color information
#6AD140 (or 0x6AD140) is known color: Apple. HEX triplet: 6A, D1 and 40. RGB value is (106,209,64). Sum of RGB (Red+Green+Blue) = 106+209+64=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 209 (82.03% from 255 or 55.15% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD140 is #952EBF. Grayscale: #A2A2A2. Windows color (decimal): -9776832 or 4247914. OLE color: 4247914.
HSL color Cylindrical-coordinate representation of color #6AD140: hue angle of 102.62º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6AD140 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 209 | 64 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.18 |
| HSL | 102.62º | 0.61% | 0.54% | - |
| HSV(B) | 102.62º | 0.69% | 0.82% | - |
| XYZ | 29.67 | 49.04 | 12.75 | - |
| YUV | 161.67 | 72.88 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 209 | 64 | 0.49 | 0 | 0.69 | 0.18 | 102.62 | 0.61 | 0.54 |
| Hex | 6A | D1 | 40 | 31 | 0 | 45 | 12 | 67 | 3D | 36 |
| Octal | 152 | 321 | 100 | 61 | 0 | 105 | 22 | 147 | 75 | 66 |
| Binary | 1101010 | 11010001 | 1000000 | 110001 | 0 | 1000101 | 10010 | 1100111 | 111101 | 110110 |
Color Harmonies of #6AD140
Complementary color
Monochromatic Colors of #6AD140
Black with #6AD140
Text Example
Text Example
White with #6AD140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD140; }
p { color: rgb(106,209,64); }
H1.HeaderClassName
{
color: #6AD140;
}
.AnyTagClassName
{
color: #6AD140;
}
</style>
background-color css
<style>
a { background-color: #6AD140; }
a { background-color: rgb(106,209,64); }
div.DivClassName
{
background-color: #6AD140;
}
.BgClassName
{
background-color: #6AD140;
}
</style>
border-color css
<style>
span { border-color: #6AD140; }
span { border-color: rgb(106,209,64); }
td.TdClassName
{
border-color: #6AD140;
}
.TagClassName
{
border-color: #6AD140;
}
</style>