Shades of Apple #6AE040
Tints of Apple #6AE040
RGB
CMYK
RGB Variations
Color information
#6AE040 (or 0x6AE040) is known color: Apple. HEX triplet: 6A, E0 and 40. RGB value is (106,224,64). Sum of RGB (Red+Green+Blue) = 106+224+64=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 224 (87.89% from 255 or 56.85% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AE040 is #951FBF. Grayscale: #AAAAAA. Windows color (decimal): -9772992 or 4251754. OLE color: 4251754.
HSL color Cylindrical-coordinate representation of color #6AE040: hue angle of 104.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6AE040 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 224 | 64 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.12 |
| HSL | 104.25º | 0.72% | 0.56% | - |
| HSV(B) | 104.25º | 0.71% | 0.88% | - |
| XYZ | 33.52 | 56.75 | 14.04 | - |
| YUV | 170.48 | 67.91 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 224 | 64 | 0.53 | 0 | 0.71 | 0.12 | 104.25 | 0.72 | 0.56 |
| Hex | 6A | E0 | 40 | 35 | 0 | 47 | C | 68 | 48 | 38 |
| Octal | 152 | 340 | 100 | 65 | 0 | 107 | 14 | 150 | 110 | 70 |
| Binary | 1101010 | 11100000 | 1000000 | 110101 | 0 | 1000111 | 1100 | 1101000 | 1001000 | 111000 |
Color Harmonies of #6AE040
Complementary color
Monochromatic Colors of #6AE040
Black with #6AE040
Text Example
Text Example
White with #6AE040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE040; }
p { color: rgb(106,224,64); }
H1.HeaderClassName
{
color: #6AE040;
}
.AnyTagClassName
{
color: #6AE040;
}
</style>
background-color css
<style>
a { background-color: #6AE040; }
a { background-color: rgb(106,224,64); }
div.DivClassName
{
background-color: #6AE040;
}
.BgClassName
{
background-color: #6AE040;
}
</style>
border-color css
<style>
span { border-color: #6AE040; }
span { border-color: rgb(106,224,64); }
td.TdClassName
{
border-color: #6AE040;
}
.TagClassName
{
border-color: #6AE040;
}
</style>