#8DDA08

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

Shades of Inch Worm #8DDA08

Tints of Inch Worm #8DDA08

Color information

#8DDA08 (or 0x8DDA08) is unknown color: approx Inch Worm. HEX triplet: 8D, DA and 08. RGB value is (141,218,8). Sum of RGB (Red+Green+Blue) = 141+218+8=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 218 (85.55% from 255 or 59.40% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDA08 is #7225F7. Grayscale: #ABABAB. Windows color (decimal): -7480824 or 580237. OLE color: 580237.

HSL color Cylindrical-coordinate representation of color #8DDA08: hue angle of 82º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DDA08 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB1412188-
CMYK0.3500.960.15
HSL82º92.92%44.31%-
HSV(B)82º96.33%85.49%-
XYZ36.155.829.1-
YUV171.0435.99106.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.42%
GREEN value IS 218 (85.55% from 255) = 59.40%
BLUE value IS 8 (3.52% from 255) = 2.18%
R=38.42%
G=59.40%
B=2.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal14121880.3500.960.158292.9244.31
Hex8DDA823060F525d2c
Octal215332104301401712213554
Binary1000110111011010100010001101100000111110100101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,218,8); }

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

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

 a { background-color: rgb(141,218,8); }

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

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

 span { border-color: rgb(141,218,8); }

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