Html Css Color HEX #8FDC0F Inch Worm

📋 copy color: '#8FDC0F'

red 143 ◦ green 220 ◦ blue 15

#8FDC0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #8FDC0F

Tints of Inch Worm #8FDC0F

RGB

 RED value IS 143 (56.25% from 255) = 37.83%

 GREEN value IS 220 (86.33% from 255) = 58.2%

 BLUE value IS 15 (6.25% from 255) = 3.97%

R = 37.83%
G = 58.2%
B = 3.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#8FDC0F (or 0x8FDC0F) is known color: Inch Worm. HEX triplet: 8F, DC and 0F. RGB value is (143,220,15). Sum of RGB (Red+Green+Blue) = 143+220+15=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 220 (86.33% from 255 or 58.20% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDC0F is #7023F0. Grayscale: #AEAEAE. Windows color (decimal): -7349233 or 1039503. OLE color: 1039503.

HSL color Cylindrical-coordinate representation of color #8FDC0F: hue angle of 82.54º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FDC0F is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 220 15 -
CMYK 0.35 0 0.93 0.14
HSL 82.54º 0.87% 0.46% -
HSV(B) 82.54º 0.93% 0.86% -
XYZ 37.01 57.06 9.52 -
YUV 173.61 38.49 106.17 -
System Red Green Blue C M Y K H S L
Decimal 143 220 15 0.35 0 0.93 0.14 82.54 0.87 0.46
Hex 8F DC F 23 0 5D E 53 57 2E
Octal 217 334 17 43 0 135 16 123 127 56
Binary 10001111 11011100 1111 100011 0 1011101 1110 1010011 1010111 101110

Color Harmonies of #8FDC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDC0F

Black with #8FDC0F

Text Example


Text Example

White with #8FDC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,220,15); }

 H1.HeaderClassName
 {
   color: #8FDC0F;
 }
 .AnyTagClassName
 {
   color: #8FDC0F;
 }
</style>

background-color css

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

 a { background-color: rgb(143,220,15); }

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

border-color css

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

 span { border-color: rgb(143,220,15); }

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