Html Css Color HEX #9EDF14 Inch Worm

📋 copy color: '#9EDF14'

red 158 ◦ green 223 ◦ blue 20

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

Shades of Inch Worm #9EDF14

Tints of Inch Worm #9EDF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 55.61%

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

R = 39.4%
G = 55.61%
B = 4.99%

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

#9EDF14 (or 0x9EDF14) is known color: Inch Worm. HEX triplet: 9E, DF and 14. RGB value is (158,223,20). Sum of RGB (Red+Green+Blue) = 158+223+20=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDF14 is #6120EB. Grayscale: #B5B5B5. Windows color (decimal): -6365420 or 1367966. OLE color: 1367966.

HSL color Cylindrical-coordinate representation of color #9EDF14: hue angle of 79.21º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EDF14 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 223 20 -
CMYK 0.29 0 0.91 0.13
HSL 79.21º 0.84% 0.48% -
HSV(B) 79.21º 0.91% 0.87% -
XYZ 40.61 60.09 10.12 -
YUV 180.42 37.47 112.01 -
System Red Green Blue C M Y K H S L
Decimal 158 223 20 0.29 0 0.91 0.13 79.21 0.84 0.48
Hex 9E DF 14 1D 0 5B D 4F 54 30
Octal 236 337 24 35 0 133 15 117 124 60
Binary 10011110 11011111 10100 11101 0 1011011 1101 1001111 1010100 110000

Color Harmonies of #9EDF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDF14

Black with #9EDF14

Text Example


Text Example

White with #9EDF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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