#8CDD0C

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

Shades of Lawn Green #8CDD0C

Tints of Lawn Green #8CDD0C

Color information

#8CDD0C (or 0x8CDD0C) is unknown color: approx Lawn Green. HEX triplet: 8C, DD and 0C. RGB value is (140,221,12). Sum of RGB (Red+Green+Blue) = 140+221+12=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CDD0C is #7322F3. Grayscale: #ADADAD. Windows color (decimal): -7545588 or 843148. OLE color: 843148.

HSL color Cylindrical-coordinate representation of color #8CDD0C: hue angle of 83.25º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CDD0C is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB14022112-
CMYK0.3700.950.13
HSL83.25º89.7%45.69%-
HSV(B)83.25º94.57%86.67%-
XYZ36.7457.319.47-
YUV172.9637.16104.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.53%
GREEN value IS 221 (86.72% from 255) = 59.25%
BLUE value IS 12 (5.08% from 255) = 3.22%
R=37.53%
G=59.25%
B=3.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140221120.3700.950.1383.2589.745.69
Hex8CDDC2505FD535a2e
Octal214335144501371512313256
Binary1000110011011101110010010101011111110110100111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,221,12); }

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

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

 a { background-color: rgb(140,221,12); }

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

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

 span { border-color: rgb(140,221,12); }

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