#98EC13

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

Shades of Inch Worm #98EC13

Tints of Inch Worm #98EC13

Color information

#98EC13 (or 0x98EC13) is unknown color: approx Inch Worm. HEX triplet: 98, EC and 13. RGB value is (152,236,19). Sum of RGB (Red+Green+Blue) = 152+236+19=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 236 (92.58% from 255 or 57.99% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98EC13 is #6713EC. Grayscale: #BABABA. Windows color (decimal): -6755309 or 1305752. OLE color: 1305752.

HSL color Cylindrical-coordinate representation of color #98EC13: hue angle of 83.23º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98EC13 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB15223619-
CMYK0.3600.920.07
HSL83.23º85.1%50%-
HSV(B)83.23º91.95%92.55%-
XYZ43.0666.7111.22-
YUV186.1533.67103.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 236 (92.58% from 255) = 57.99%
BLUE value IS 19 (7.81% from 255) = 4.67%
R=37.35%
G=57.99%
B=4.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152236190.3600.920.0783.2385.150
Hex98EC132405C7535532
Octal23035423440134712312562
Binary1001100011101100100111001000101110011110100111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,236,19); }

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

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

 a { background-color: rgb(152,236,19); }

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

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

 span { border-color: rgb(152,236,19); }

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