Html Css Color HEX #9EDD14 Inch Worm

📋 copy color: '#9EDD14'

red 158 ◦ green 221 ◦ blue 20

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

Shades of Inch Worm #9EDD14

Tints of Inch Worm #9EDD14

RGB

 RED value IS 158 (62.11% from 255) = 39.6%

 GREEN value IS 221 (86.72% from 255) = 55.39%

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

R = 39.6%
G = 55.39%
B = 5.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#9EDD14 (or 0x9EDD14) is known color: Inch Worm. HEX triplet: 9E, DD and 14. RGB value is (158,221,20). Sum of RGB (Red+Green+Blue) = 158+221+20=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDD14 is #6122EB. Grayscale: #B3B3B3. Windows color (decimal): -6365932 or 1367454. OLE color: 1367454.

HSL color Cylindrical-coordinate representation of color #9EDD14: hue angle of 78.81º 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 #9EDD14 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 221 20 -
CMYK 0.29 0 0.91 0.13
HSL 78.81º 0.83% 0.47% -
HSV(B) 78.81º 0.91% 0.87% -
XYZ 40.08 59.03 9.94 -
YUV 179.25 38.13 112.84 -
System Red Green Blue C M Y K H S L
Decimal 158 221 20 0.29 0 0.91 0.13 78.81 0.83 0.47
Hex 9E DD 14 1D 0 5B D 4F 53 2F
Octal 236 335 24 35 0 133 15 117 123 57
Binary 10011110 11011101 10100 11101 0 1011011 1101 1001111 1010011 101111

Color Harmonies of #9EDD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDD14

Black with #9EDD14

Text Example


Text Example

White with #9EDD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EDD14; }

 p { color: rgb(158,221,20); }

 H1.HeaderClassName
 {
   color: #9EDD14;
 }
 .AnyTagClassName
 {
   color: #9EDD14;
 }
</style>

background-color css

<style>
 a { background-color: #9EDD14; }

 a { background-color: rgb(158,221,20); }

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

border-color css

<style>
 span { border-color: #9EDD14; }

 span { border-color: rgb(158,221,20); }

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