Html Css Color HEX #8FDE14 Inch Worm

📋 copy color: '#8FDE14'

red 143 ◦ green 222 ◦ blue 20

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

Shades of Inch Worm #8FDE14

Tints of Inch Worm #8FDE14

RGB

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

 GREEN value IS 222 (87.11% from 255) = 57.66%

 BLUE value IS 20 (8.2% from 255) = 5.19%

R = 37.14%
G = 57.66%
B = 5.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#8FDE14 (or 0x8FDE14) is known color: Inch Worm. HEX triplet: 8F, DE and 14. RGB value is (143,222,20). Sum of RGB (Red+Green+Blue) = 143+222+20=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 222 (87.11% from 255 or 57.66% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDE14 is #7021EB. Grayscale: #B0B0B0. Windows color (decimal): -7348716 or 1367695. OLE color: 1367695.

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

Color convert

RGB 143 222 20 -
CMYK 0.36 0 0.91 0.13
HSL 83.47º 0.83% 0.47% -
HSV(B) 83.47º 0.91% 0.87% -
XYZ 37.58 58.13 9.9 -
YUV 175.35 40.33 104.93 -
System Red Green Blue C M Y K H S L
Decimal 143 222 20 0.36 0 0.91 0.13 83.47 0.83 0.47
Hex 8F DE 14 24 0 5B D 53 53 2F
Octal 217 336 24 44 0 133 15 123 123 57
Binary 10001111 11011110 10100 100100 0 1011011 1101 1010011 1010011 101111

Color Harmonies of #8FDE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDE14

Black with #8FDE14

Text Example


Text Example

White with #8FDE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,222,20); }

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

background-color css

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

 a { background-color: rgb(143,222,20); }

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

border-color css

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

 span { border-color: rgb(143,222,20); }

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