#8DDD12

Color #8DDD12 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #8DDD12

Tints of Inch Worm #8DDD12

Color information

#8DDD12 (or 0x8DDD12) is unknown color: approx Inch Worm. HEX triplet: 8D, DD and 12. RGB value is (141,221,18). Sum of RGB (Red+Green+Blue) = 141+221+18=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDD12 is #7222ED. Grayscale: #AEAEAE. Windows color (decimal): -7480046 or 1236365. OLE color: 1236365.

HSL color Cylindrical-coordinate representation of color #8DDD12: hue angle of 83.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DDD12 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB14122118-
CMYK0.3600.920.13
HSL83.65º84.94%46.86%-
HSV(B)83.65º91.86%86.67%-
XYZ36.9557.429.71-
YUV173.9440104.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.11%
GREEN value IS 221 (86.72% from 255) = 58.16%
BLUE value IS 18 (7.42% from 255) = 4.74%
R=37.11%
G=58.16%
B=4.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141221180.3600.920.1383.6584.9446.86
Hex8DDD122405CD54552f
Octal215335224401341512412557
Binary10001101110111011001010010001011100110110101001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,221,18); }

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

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

 a { background-color: rgb(141,221,18); }

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

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

 span { border-color: rgb(141,221,18); }

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