Html Css Color HEX #9FEA10 Inch Worm

📋 copy color: '#9FEA10'

red 159 ◦ green 234 ◦ blue 16

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

Shades of Inch Worm #9FEA10

Tints of Inch Worm #9FEA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.91%

R = 38.88%
G = 57.21%
B = 3.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#9FEA10 (or 0x9FEA10) is known color: Inch Worm. HEX triplet: 9F, EA and 10. RGB value is (159,234,16). Sum of RGB (Red+Green+Blue) = 159+234+16=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 234 (91.80% from 255 or 57.21% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEA10 is #6015EF. Grayscale: #BBBBBB. Windows color (decimal): -6297072 or 1108639. OLE color: 1108639.

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

Color convert

RGB 159 234 16 -
CMYK 0.32 0 0.93 0.08
HSL 80.64º 0.87% 0.49% -
HSV(B) 80.64º 0.93% 0.92% -
XYZ 43.81 66.25 10.97 -
YUV 186.72 31.65 108.23 -
System Red Green Blue C M Y K H S L
Decimal 159 234 16 0.32 0 0.93 0.08 80.64 0.87 0.49
Hex 9F EA 10 20 0 5D 8 51 57 31
Octal 237 352 20 40 0 135 10 121 127 61
Binary 10011111 11101010 10000 100000 0 1011101 1000 1010001 1010111 110001

Color Harmonies of #9FEA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEA10

Black with #9FEA10

Text Example


Text Example

White with #9FEA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,234,16); }

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

background-color css

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

 a { background-color: rgb(159,234,16); }

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

border-color css

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

 span { border-color: rgb(159,234,16); }

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