Html Css Color HEX #9ED302 Inch Worm

📋 copy color: '#9ED302'

red 158 ◦ green 211 ◦ blue 2

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

Shades of Inch Worm #9ED302

Tints of Inch Worm #9ED302

RGB

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

 GREEN value IS 211 (82.81% from 255) = 56.87%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 42.59%
G = 56.87%
B = 0.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#9ED302 (or 0x9ED302) is known color: Inch Worm. HEX triplet: 9E, D3 and 02. RGB value is (158,211,2). Sum of RGB (Red+Green+Blue) = 158+211+2=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 211 (82.81% from 255 or 56.87% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED302 is #612CFD. Grayscale: #ACACAC. Windows color (decimal): -6368510 or 185246. OLE color: 185246.

HSL color Cylindrical-coordinate representation of color #9ED302: hue angle of 75.22º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9ED302 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 158 211 2 -
CMYK 0.25 0 0.99 0.17
HSL 75.22º 0.98% 0.42% -
HSV(B) 75.22º 0.99% 0.83% -
XYZ 37.41 53.86 8.48 -
YUV 171.33 32.44 118.49 -
System Red Green Blue C M Y K H S L
Decimal 158 211 2 0.25 0 0.99 0.17 75.22 0.98 0.42
Hex 9E D3 2 19 0 63 11 4B 62 2A
Octal 236 323 2 31 0 143 21 113 142 52
Binary 10011110 11010011 10 11001 0 1100011 10001 1001011 1100010 101010

Color Harmonies of #9ED302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED302

Black with #9ED302

Text Example


Text Example

White with #9ED302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,211,2); }

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

background-color css

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

 a { background-color: rgb(158,211,2); }

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

border-color css

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

 span { border-color: rgb(158,211,2); }

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