#9FEA20

Color #9FEA20 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #9FEA20

Tints of Inch Worm #9FEA20

Color information

#9FEA20 (or 0x9FEA20) is unknown color: approx Inch Worm. HEX triplet: 9F, EA and 20. RGB value is (159,234,32). Sum of RGB (Red+Green+Blue) = 159+234+32=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 234 (91.80% from 255 or 55.06% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FEA20 is #6015DF. Grayscale: #BDBDBD. Windows color (decimal): -6297056 or 2157215. OLE color: 2157215.

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

Color convert

RGB15923432-
CMYK0.3200.860.08
HSL82.28º82.79%52.16%-
HSV(B)82.28º86.32%91.76%-
XYZ43.9866.3211.85-
YUV188.5539.65106.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.41%
GREEN value IS 234 (91.80% from 255) = 55.06%
BLUE value IS 32 (12.89% from 255) = 7.53%
R=37.41%
G=55.06%
B=7.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal159234320.3200.860.0882.2882.7952.16
Hex9FEA20200568525334
Octal237352404001261012212364
Binary100111111110101010000010000001010110100010100101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FEA20;
 }
 .AnyTagClassName
 {
   color: #9FEA20;
 }
</style>
background-color css

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

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

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

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

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

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