#6EC14D

Color #6EC14D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #6EC14D

Tints of Apple #6EC14D

Color information

#6EC14D (or 0x6EC14D) is unknown color: approx Apple. HEX triplet: 6E, C1 and 4D. RGB value is (110,193,77). Sum of RGB (Red+Green+Blue) = 110+193+77=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC14D is #913EB2. Grayscale: #9B9B9B. Windows color (decimal): -9518771 or 5095790. OLE color: 5095790.

HSL color Cylindrical-coordinate representation of color #6EC14D: hue angle of 102.93º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6EC14D is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB11019377-
CMYK0.4300.600.24
HSL102.93º48.33%52.94%-
HSV(B)102.93º60.1%75.69%-
XYZ26.8441.9913.71-
YUV154.968495.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 28.95%
GREEN value IS 193 (75.78% from 255) = 50.79%
BLUE value IS 77 (30.47% from 255) = 20.26%
R=28.95%
G=50.79%
B=20.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal110193770.4300.600.24102.9348.3352.94
Hex6EC14D2B03C18673035
Octal15630111553074301476065
Binary11011101100000110011011010110111100110001100111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EC14D; }

 p { color: rgb(110,193,77); }

 H1.HeaderClassName
 {
   color: #6EC14D;
 }
 .AnyTagClassName
 {
   color: #6EC14D;
 }
</style>
background-color css

<style>
 a { background-color: #6EC14D; }

 a { background-color: rgb(110,193,77); }

 div.DivClassName
 {
   background-color: #6EC14D;
 }
 .BgClassName
 {
   background-color: #6EC14D;
 }
</style>
border-color css

<style>
 span { border-color: #6EC14D; }

 span { border-color: rgb(110,193,77); }

 td.TdClassName
 {
   border-color: #6EC14D;
 }
 .TagClassName
 {
   border-color: #6EC14D;
 }
</style>