Shades of Apple #6ADE2E
Tints of Apple #6ADE2E
RGB
CMYK
RGB Variations
Color information
#6ADE2E (or 0x6ADE2E) is known color: Apple. HEX triplet: 6A, DE and 2E. RGB value is (106,222,46). Sum of RGB (Red+Green+Blue) = 106+222+46=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 222 (87.11% from 255 or 59.36% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADE2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADE2E is #9521D1. Grayscale: #A7A7A7. Windows color (decimal): -9773522 or 3071594. OLE color: 3071594.
HSL color Cylindrical-coordinate representation of color #6ADE2E: hue angle of 99.55º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6ADE2E is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 46 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.13 |
| HSL | 99.55º | 0.73% | 0.53% | - |
| HSV(B) | 99.55º | 0.79% | 0.87% | - |
| XYZ | 32.56 | 55.5 | 11.58 | - |
| YUV | 167.25 | 59.57 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 46 | 0.52 | 0 | 0.79 | 0.13 | 99.55 | 0.73 | 0.53 |
| Hex | 6A | DE | 2E | 34 | 0 | 4F | D | 64 | 49 | 35 |
| Octal | 152 | 336 | 56 | 64 | 0 | 117 | 15 | 144 | 111 | 65 |
| Binary | 1101010 | 11011110 | 101110 | 110100 | 0 | 1001111 | 1101 | 1100100 | 1001001 | 110101 |
Color Harmonies of #6ADE2E
Complementary color
Monochromatic Colors of #6ADE2E
Black with #6ADE2E
Text Example
Text Example
White with #6ADE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADE2E; }
p { color: rgb(106,222,46); }
H1.HeaderClassName
{
color: #6ADE2E;
}
.AnyTagClassName
{
color: #6ADE2E;
}
</style>
background-color css
<style>
a { background-color: #6ADE2E; }
a { background-color: rgb(106,222,46); }
div.DivClassName
{
background-color: #6ADE2E;
}
.BgClassName
{
background-color: #6ADE2E;
}
</style>
border-color css
<style>
span { border-color: #6ADE2E; }
span { border-color: rgb(106,222,46); }
td.TdClassName
{
border-color: #6ADE2E;
}
.TagClassName
{
border-color: #6ADE2E;
}
</style>