#8BD80A

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

Shades of Inch Worm #8BD80A

Tints of Inch Worm #8BD80A

Color information

#8BD80A (or 0x8BD80A) is unknown color: approx Inch Worm. HEX triplet: 8B, D8 and 0A. RGB value is (139,216,10). Sum of RGB (Red+Green+Blue) = 139+216+10=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD80A is #7427F5. Grayscale: #AAAAAA. Windows color (decimal): -7612406 or 710795. OLE color: 710795.

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

Color convert

RGB13921610-
CMYK0.3600.950.15
HSL82.43º91.15%44.31%-
HSV(B)82.43º95.37%84.71%-
XYZ35.2654.628.97-
YUV169.4937.99106.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 216 (84.77% from 255) = 59.18%
BLUE value IS 10 (4.30% from 255) = 2.74%
R=38.08%
G=59.18%
B=2.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal139216100.3600.950.1582.4391.1544.31
Hex8BD8A2405FF525b2c
Octal213330124401371712213354
Binary1000101111011000101010010001011111111110100101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,216,10); }

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

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

 a { background-color: rgb(139,216,10); }

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

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

 span { border-color: rgb(139,216,10); }

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