Shades of Apple #6EC13A
Tints of Apple #6EC13A
RGB
CMYK
RGB Variations
Color information
#6EC13A (or 0x6EC13A) is known color: Apple. HEX triplet: 6E, C1 and 3A. RGB value is (110,193,58). Sum of RGB (Red+Green+Blue) = 110+193+58=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC13A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC13A is #913EC5. Grayscale: #999999. Windows color (decimal): -9518790 or 3850606. OLE color: 3850606.
HSL color Cylindrical-coordinate representation of color #6EC13A: hue angle of 96.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6EC13A is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 193 | 58 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.24 |
| HSL | 96.89º | 0.54% | 0.49% | - |
| HSV(B) | 96.89º | 0.7% | 0.76% | - |
| XYZ | 26.26 | 41.76 | 10.68 | - |
| YUV | 152.79 | 74.5 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 193 | 58 | 0.43 | 0 | 0.70 | 0.24 | 96.89 | 0.54 | 0.49 |
| Hex | 6E | C1 | 3A | 2B | 0 | 46 | 18 | 61 | 36 | 31 |
| Octal | 156 | 301 | 72 | 53 | 0 | 106 | 30 | 141 | 66 | 61 |
| Binary | 1101110 | 11000001 | 111010 | 101011 | 0 | 1000110 | 11000 | 1100001 | 110110 | 110001 |
Color Harmonies of #6EC13A
Complementary color
Monochromatic Colors of #6EC13A
Black with #6EC13A
Text Example
Text Example
White with #6EC13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC13A; }
p { color: rgb(110,193,58); }
H1.HeaderClassName
{
color: #6EC13A;
}
.AnyTagClassName
{
color: #6EC13A;
}
</style>
background-color css
<style>
a { background-color: #6EC13A; }
a { background-color: rgb(110,193,58); }
div.DivClassName
{
background-color: #6EC13A;
}
.BgClassName
{
background-color: #6EC13A;
}
</style>
border-color css
<style>
span { border-color: #6EC13A; }
span { border-color: rgb(110,193,58); }
td.TdClassName
{
border-color: #6EC13A;
}
.TagClassName
{
border-color: #6EC13A;
}
</style>