#98E30F

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

Shades of Inch Worm #98E30F

Tints of Inch Worm #98E30F

Color information

#98E30F (or 0x98E30F) is unknown color: approx Inch Worm. HEX triplet: 98, E3 and 0F. RGB value is (152,227,15). Sum of RGB (Red+Green+Blue) = 152+227+15=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 227 (89.06% from 255 or 57.61% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 227 - color contains mainly: green. Hex color #98E30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98E30F is #671CF0. Grayscale: #B5B5B5. Windows color (decimal): -6757617 or 1041304. OLE color: 1041304.

HSL color Cylindrical-coordinate representation of color #98E30F: hue angle of 81.23º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98E30F is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB15222715-
CMYK0.3300.930.11
HSL81.23º87.6%47.45%-
HSV(B)81.23º93.39%89.02%-
XYZ40.561.6510.22-
YUV180.4134.65107.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.58%
GREEN value IS 227 (89.06% from 255) = 57.61%
BLUE value IS 15 (6.25% from 255) = 3.81%
R=38.58%
G=57.61%
B=3.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152227150.3300.930.1181.2387.647.45
Hex98E3F2105DB51582f
Octal230343174101351312113057
Binary1001100011100011111110000101011101101110100011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98E30F; }

 p { color: rgb(152,227,15); }

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

<style>
 a { background-color: #98E30F; }

 a { background-color: rgb(152,227,15); }

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

<style>
 span { border-color: #98E30F; }

 span { border-color: rgb(152,227,15); }

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