Html Css Color HEX #9FEB0E Inch Worm

📋 copy color: '#9FEB0E'

red 159 ◦ green 235 ◦ blue 14

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

Shades of Inch Worm #9FEB0E

Tints of Inch Worm #9FEB0E

RGB

 RED value IS 159 (62.5% from 255) = 38.97%

 GREEN value IS 235 (92.19% from 255) = 57.6%

 BLUE value IS 14 (5.86% from 255) = 3.43%

R = 38.97%
G = 57.6%
B = 3.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#9FEB0E (or 0x9FEB0E) is known color: Inch Worm. HEX triplet: 9F, EB and 0E. RGB value is (159,235,14). Sum of RGB (Red+Green+Blue) = 159+235+14=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 235 (92.19% from 255 or 57.60% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEB0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEB0E is #6014F1. Grayscale: #BBBBBB. Windows color (decimal): -6296818 or 977823. OLE color: 977823.

HSL color Cylindrical-coordinate representation of color #9FEB0E: hue angle of 80.63º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FEB0E is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 235 14 -
CMYK 0.32 0 0.94 0.08
HSL 80.63º 0.89% 0.49% -
HSV(B) 80.63º 0.94% 0.92% -
XYZ 44.09 66.82 10.99 -
YUV 187.08 30.32 107.97 -
System Red Green Blue C M Y K H S L
Decimal 159 235 14 0.32 0 0.94 0.08 80.63 0.89 0.49
Hex 9F EB E 20 0 5E 8 51 59 31
Octal 237 353 16 40 0 136 10 121 131 61
Binary 10011111 11101011 1110 100000 0 1011110 1000 1010001 1011001 110001

Color Harmonies of #9FEB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEB0E

Black with #9FEB0E

Text Example


Text Example

White with #9FEB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,235,14); }

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

background-color css

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

 a { background-color: rgb(159,235,14); }

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

border-color css

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

 span { border-color: rgb(159,235,14); }

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