Shades of Apple #6AD044
Tints of Apple #6AD044
RGB
CMYK
RGB Variations
Color information
#6AD044 (or 0x6AD044) is known color: Apple. HEX triplet: 6A, D0 and 44. RGB value is (106,208,68). Sum of RGB (Red+Green+Blue) = 106+208+68=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 208 (81.64% from 255 or 54.45% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD044 is #952FBB. Grayscale: #A1A1A1. Windows color (decimal): -9777084 or 4509802. OLE color: 4509802.
HSL color Cylindrical-coordinate representation of color #6AD044: hue angle of 103.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6AD044 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 68 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.18 |
| HSL | 103.71º | 0.6% | 0.54% | - |
| HSV(B) | 103.71º | 0.67% | 0.82% | - |
| XYZ | 29.54 | 48.59 | 13.29 | - |
| YUV | 161.54 | 75.21 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 68 | 0.49 | 0 | 0.67 | 0.18 | 103.71 | 0.6 | 0.54 |
| Hex | 6A | D0 | 44 | 31 | 0 | 43 | 12 | 68 | 3C | 36 |
| Octal | 152 | 320 | 104 | 61 | 0 | 103 | 22 | 150 | 74 | 66 |
| Binary | 1101010 | 11010000 | 1000100 | 110001 | 0 | 1000011 | 10010 | 1101000 | 111100 | 110110 |
Color Harmonies of #6AD044
Complementary color
Monochromatic Colors of #6AD044
Black with #6AD044
Text Example
Text Example
White with #6AD044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD044; }
p { color: rgb(106,208,68); }
H1.HeaderClassName
{
color: #6AD044;
}
.AnyTagClassName
{
color: #6AD044;
}
</style>
background-color css
<style>
a { background-color: #6AD044; }
a { background-color: rgb(106,208,68); }
div.DivClassName
{
background-color: #6AD044;
}
.BgClassName
{
background-color: #6AD044;
}
</style>
border-color css
<style>
span { border-color: #6AD044; }
span { border-color: rgb(106,208,68); }
td.TdClassName
{
border-color: #6AD044;
}
.TagClassName
{
border-color: #6AD044;
}
</style>