Shades of Apple #6AD144
Tints of Apple #6AD144
RGB
CMYK
RGB Variations
Color information
#6AD144 (or 0x6AD144) is known color: Apple. HEX triplet: 6A, D1 and 44. RGB value is (106,209,68). Sum of RGB (Red+Green+Blue) = 106+209+68=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 209 (82.03% from 255 or 54.57% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD144 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD144 is #952EBB. Grayscale: #A2A2A2. Windows color (decimal): -9776828 or 4510058. OLE color: 4510058.
HSL color Cylindrical-coordinate representation of color #6AD144: hue angle of 103.83º degrees, saturation: 0.61, 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 #6AD144 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 209 | 68 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.18 |
| HSL | 103.83º | 0.61% | 0.54% | - |
| HSV(B) | 103.83º | 0.67% | 0.82% | - |
| XYZ | 29.79 | 49.08 | 13.37 | - |
| YUV | 162.13 | 74.88 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 209 | 68 | 0.49 | 0 | 0.67 | 0.18 | 103.83 | 0.61 | 0.54 |
| Hex | 6A | D1 | 44 | 31 | 0 | 43 | 12 | 68 | 3D | 36 |
| Octal | 152 | 321 | 104 | 61 | 0 | 103 | 22 | 150 | 75 | 66 |
| Binary | 1101010 | 11010001 | 1000100 | 110001 | 0 | 1000011 | 10010 | 1101000 | 111101 | 110110 |
Color Harmonies of #6AD144
Complementary color
Monochromatic Colors of #6AD144
Black with #6AD144
Text Example
Text Example
White with #6AD144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD144; }
p { color: rgb(106,209,68); }
H1.HeaderClassName
{
color: #6AD144;
}
.AnyTagClassName
{
color: #6AD144;
}
</style>
background-color css
<style>
a { background-color: #6AD144; }
a { background-color: rgb(106,209,68); }
div.DivClassName
{
background-color: #6AD144;
}
.BgClassName
{
background-color: #6AD144;
}
</style>
border-color css
<style>
span { border-color: #6AD144; }
span { border-color: rgb(106,209,68); }
td.TdClassName
{
border-color: #6AD144;
}
.TagClassName
{
border-color: #6AD144;
}
</style>