Html Css Color HEX #9EEA14 Inch Worm

📋 copy color: '#9EEA14'

red 158 ◦ green 234 ◦ blue 20

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

Shades of Inch Worm #9EEA14

Tints of Inch Worm #9EEA14

RGB

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

 GREEN value IS 234 (91.8% from 255) = 56.8%

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

R = 38.35%
G = 56.8%
B = 4.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#9EEA14 (or 0x9EEA14) is known color: Inch Worm. HEX triplet: 9E, EA and 14. RGB value is (158,234,20). Sum of RGB (Red+Green+Blue) = 158+234+20=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 234 (91.80% from 255 or 56.80% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEA14 is #6115EB. Grayscale: #BBBBBB. Windows color (decimal): -6362604 or 1370782. OLE color: 1370782.

HSL color Cylindrical-coordinate representation of color #9EEA14: hue angle of 81.31º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EEA14 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 234 20 -
CMYK 0.32 0 0.91 0.08
HSL 81.31º 0.84% 0.5% -
HSV(B) 81.31º 0.91% 0.92% -
XYZ 43.65 66.17 11.13 -
YUV 186.88 33.82 107.4 -
System Red Green Blue C M Y K H S L
Decimal 158 234 20 0.32 0 0.91 0.08 81.31 0.84 0.5
Hex 9E EA 14 20 0 5B 8 51 54 32
Octal 236 352 24 40 0 133 10 121 124 62
Binary 10011110 11101010 10100 100000 0 1011011 1000 1010001 1010100 110010

Color Harmonies of #9EEA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEA14

Black with #9EEA14

Text Example


Text Example

White with #9EEA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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