Html Css Color HEX #9ED70A Inch Worm

📋 copy color: '#9ED70A'

red 158 ◦ green 215 ◦ blue 10

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

Shades of Inch Worm #9ED70A

Tints of Inch Worm #9ED70A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.14%

 BLUE value IS 10 (4.3% from 255) = 2.61%

R = 41.25%
G = 56.14%
B = 2.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#9ED70A (or 0x9ED70A) is known color: Inch Worm. HEX triplet: 9E, D7 and 0A. RGB value is (158,215,10). Sum of RGB (Red+Green+Blue) = 158+215+10=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED70A is #6128F5. Grayscale: #AFAFAF. Windows color (decimal): -6367478 or 710558. OLE color: 710558.

HSL color Cylindrical-coordinate representation of color #9ED70A: hue angle of 76.68º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9ED70A is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 215 10 -
CMYK 0.27 0 0.95 0.16
HSL 76.68º 0.91% 0.44% -
HSV(B) 76.68º 0.95% 0.84% -
XYZ 38.46 55.89 9.05 -
YUV 174.59 35.12 116.17 -
System Red Green Blue C M Y K H S L
Decimal 158 215 10 0.27 0 0.95 0.16 76.68 0.91 0.44
Hex 9E D7 A 1B 0 5F 10 4D 5B 2C
Octal 236 327 12 33 0 137 20 115 133 54
Binary 10011110 11010111 1010 11011 0 1011111 10000 1001101 1011011 101100

Color Harmonies of #9ED70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED70A

Black with #9ED70A

Text Example


Text Example

White with #9ED70A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,215,10); }

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

background-color css

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

 a { background-color: rgb(158,215,10); }

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

border-color css

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

 span { border-color: rgb(158,215,10); }

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