#6ec140

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

Shades of Apple #6EC140

Tints of Apple #6EC140

Color information

#6EC140 (or 0x6EC140) is unknown color: approx Apple. HEX triplet: 6E, C1 and 40. RGB value is (110,193,64). Sum of RGB (Red+Green+Blue) = 110+193+64=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC140 is #913EBF. Grayscale: #999999. Windows color (decimal): -9518784 or 4243822. OLE color: 4243822.

HSL color Cylindrical-coordinate representation of color #6EC140: hue angle of 98.6º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6EC140 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB11019364-
CMYK0.4300.670.24
HSL98.6º50.99%50.39%-
HSV(B)98.6º66.84%75.69%-
XYZ26.4341.8311.53-
YUV153.4877.596.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 193 (75.78% from 255) = 52.59%
BLUE value IS 64 (25.39% from 255) = 17.44%
R=29.97%
G=52.59%
B=17.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal110193640.4300.670.2498.650.9950.39
Hex6EC1402B04318633332
Octal156301100530103301436362
Binary110111011000001100000010101101000011110001100011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ec140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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