Html Css Color HEX #9ED514 Inch Worm

📋 copy color: '#9ED514'

red 158 ◦ green 213 ◦ blue 20

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

Shades of Inch Worm #9ED514

Tints of Inch Worm #9ED514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.48%

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

R = 40.41%
G = 54.48%
B = 5.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#9ED514 (or 0x9ED514) is known color: Inch Worm. HEX triplet: 9E, D5 and 14. RGB value is (158,213,20). Sum of RGB (Red+Green+Blue) = 158+213+20=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED514 is #612AEB. Grayscale: #AFAFAF. Windows color (decimal): -6367980 or 1365406. OLE color: 1365406.

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

Color convert

RGB 158 213 20 -
CMYK 0.26 0 0.91 0.16
HSL 77.1º 0.83% 0.46% -
HSV(B) 77.1º 0.91% 0.84% -
XYZ 38.02 54.91 9.26 -
YUV 174.55 40.78 116.19 -
System Red Green Blue C M Y K H S L
Decimal 158 213 20 0.26 0 0.91 0.16 77.1 0.83 0.46
Hex 9E D5 14 1A 0 5B 10 4D 53 2E
Octal 236 325 24 32 0 133 20 115 123 56
Binary 10011110 11010101 10100 11010 0 1011011 10000 1001101 1010011 101110

Color Harmonies of #9ED514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED514

Black with #9ED514

Text Example


Text Example

White with #9ED514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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