#8FE10C

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

Shades of Inch Worm #8FE10C

Tints of Inch Worm #8FE10C

Color information

#8FE10C (or 0x8FE10C) is unknown color: approx Inch Worm. HEX triplet: 8F, E1 and 0C. RGB value is (143,225,12). Sum of RGB (Red+Green+Blue) = 143+225+12=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FE10C is #701EF3. Grayscale: #B0B0B0. Windows color (decimal): -7347956 or 844175. OLE color: 844175.

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

Color convert

RGB14322512-
CMYK0.3600.950.12
HSL83.1º89.87%46.47%-
HSV(B)83.1º94.67%88.24%-
XYZ38.3259.729.85-
YUV176.235.33104.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.63%
GREEN value IS 225 (88.28% from 255) = 59.21%
BLUE value IS 12 (5.08% from 255) = 3.16%
R=37.63%
G=59.21%
B=3.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal143225120.3600.950.1283.189.8746.47
Hex8FE1C2405FC535a2e
Octal217341144401371412313256
Binary1000111111100001110010010001011111110010100111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,225,12); }

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

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

 a { background-color: rgb(143,225,12); }

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

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

 span { border-color: rgb(143,225,12); }

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