Html Css Color HEX #9BEA14 Inch Worm

📋 copy color: '#9BEA14'

red 155 ◦ green 234 ◦ blue 20

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

Shades of Inch Worm #9BEA14

Tints of Inch Worm #9BEA14

RGB

 RED value IS 155 (60.94% from 255) = 37.9%

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

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

R = 37.9%
G = 57.21%
B = 4.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#9BEA14 (or 0x9BEA14) is known color: Inch Worm. HEX triplet: 9B, EA and 14. RGB value is (155,234,20). Sum of RGB (Red+Green+Blue) = 155+234+20=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 234 (91.80% from 255 or 57.21% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BEA14 is #6415EB. Grayscale: #BABABA. Windows color (decimal): -6559212 or 1370779. OLE color: 1370779.

HSL color Cylindrical-coordinate representation of color #9BEA14: hue angle of 82.15º 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 #9BEA14 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 234 20 -
CMYK 0.34 0 0.91 0.08
HSL 82.15º 0.84% 0.5% -
HSV(B) 82.15º 0.91% 0.92% -
XYZ 43.07 65.86 11.11 -
YUV 185.98 34.33 105.9 -
System Red Green Blue C M Y K H S L
Decimal 155 234 20 0.34 0 0.91 0.08 82.15 0.84 0.5
Hex 9B EA 14 22 0 5B 8 52 54 32
Octal 233 352 24 42 0 133 10 122 124 62
Binary 10011011 11101010 10100 100010 0 1011011 1000 1010010 1010100 110010

Color Harmonies of #9BEA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEA14

Black with #9BEA14

Text Example


Text Example

White with #9BEA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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