#8CED00

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

Shades of Lawn Green #8CED00

Tints of Lawn Green #8CED00

Color information

#8CED00 (or 0x8CED00) is unknown color: approx Lawn Green. HEX triplet: 8C, ED and 00. RGB value is (140,237,0). Sum of RGB (Red+Green+Blue) = 140+237+0=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 237 (92.97% from 255 or 62.86% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 237 - color contains mainly: green. Hex color #8CED00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CED00 is #7312FF. Grayscale: #B5B5B5. Windows color (decimal): -7541504 or 60812. OLE color: 60812.

HSL color Cylindrical-coordinate representation of color #8CED00: hue angle of 84.56º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CED00 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB1402370-
CMYK0.41010.07
HSL84.56º100%46.47%-
HSV(B)84.56º100%92.94%-
XYZ41.166.1410.6-
YUV180.9825.8698.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.14%
GREEN value IS 237 (92.97% from 255) = 62.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.14%
G=62.86%
B=0%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal14023700.41010.0784.5610046.47
Hex8CED029064755642e
Octal2143550510144712514456
Binary100011001110110101010010110010011110101011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CED00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CED00; }

 p { color: rgb(140,237,0); }

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

<style>
 a { background-color: #8CED00; }

 a { background-color: rgb(140,237,0); }

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

<style>
 span { border-color: #8CED00; }

 span { border-color: rgb(140,237,0); }

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