#98EB16

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

Shades of Inch Worm #98EB16

Tints of Inch Worm #98EB16

Color information

#98EB16 (or 0x98EB16) is unknown color: approx Inch Worm. HEX triplet: 98, EB and 16. RGB value is (152,235,22). Sum of RGB (Red+Green+Blue) = 152+235+22=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 235 (92.19% from 255 or 57.46% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 235 - color contains mainly: green. Hex color #98EB16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98EB16 is #6714E9. Grayscale: #BABABA. Windows color (decimal): -6755562 or 1502104. OLE color: 1502104.

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

Color convert

RGB15223522-
CMYK0.3500.910.08
HSL83.38º84.19%50.39%-
HSV(B)83.38º90.64%92.16%-
XYZ42.866.1511.27-
YUV185.935.5103.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.16%
GREEN value IS 235 (92.19% from 255) = 57.46%
BLUE value IS 22 (8.98% from 255) = 5.38%
R=37.16%
G=57.46%
B=5.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal152235220.3500.910.0883.3884.1950.39
Hex98EB162305B8535432
Octal230353264301331012312462
Binary10011000111010111011010001101011011100010100111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,235,22); }

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

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

 a { background-color: rgb(152,235,22); }

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

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

 span { border-color: rgb(152,235,22); }

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