#6ED814

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

Shades of Lawn Green #6ED814

Tints of Lawn Green #6ED814

Color information

#6ED814 (or 0x6ED814) is unknown color: approx Lawn Green. HEX triplet: 6E, D8 and 14. RGB value is (110,216,20). Sum of RGB (Red+Green+Blue) = 110+216+20=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 216 (84.77% from 255 or 62.43% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ED814 is #9127EB. Grayscale: #A2A2A2. Windows color (decimal): -9512940 or 1366126. OLE color: 1366126.

HSL color Cylindrical-coordinate representation of color #6ED814: hue angle of 92.45º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6ED814 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB11021620-
CMYK0.4900.910.15
HSL92.45º83.05%46.27%-
HSV(B)92.45º90.74%84.71%-
XYZ31.1152.489.15-
YUV161.9647.8890.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.79%
GREEN value IS 216 (84.77% from 255) = 62.43%
BLUE value IS 20 (8.20% from 255) = 5.78%
R=31.79%
G=62.43%
B=5.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal110216200.4900.910.1592.4583.0546.27
Hex6ED8143105BF5c532e
Octal156330246101331713412356
Binary1101110110110001010011000101011011111110111001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,216,20); }

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

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

 a { background-color: rgb(110,216,20); }

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

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

 span { border-color: rgb(110,216,20); }

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