#9FEA14

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

Shades of Inch Worm #9FEA14

Tints of Inch Worm #9FEA14

Color information

#9FEA14 (or 0x9FEA14) is unknown color: approx Inch Worm. HEX triplet: 9F, EA and 14. RGB value is (159,234,20). Sum of RGB (Red+Green+Blue) = 159+234+20=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 234 (91.80% from 255 or 56.66% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEA14 is #6015EB. Grayscale: #BBBBBB. Windows color (decimal): -6297068 or 1370783. OLE color: 1370783.

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

Color convert

RGB15923420-
CMYK0.3200.910.08
HSL81.03º84.25%49.8%-
HSV(B)81.03º91.45%91.76%-
XYZ43.8566.2711.14-
YUV187.1833.65107.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.50%
GREEN value IS 234 (91.80% from 255) = 56.66%
BLUE value IS 20 (8.20% from 255) = 4.84%
R=38.50%
G=56.66%
B=4.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal159234200.3200.910.0881.0384.2549.8
Hex9FEA142005B8515432
Octal237352244001331012112462
Binary10011111111010101010010000001011011100010100011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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