#98DD12

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

Shades of Inch Worm #98DD12

Tints of Inch Worm #98DD12

Color information

#98DD12 (or 0x98DD12) is unknown color: approx Inch Worm. HEX triplet: 98, DD and 12. RGB value is (152,221,18). Sum of RGB (Red+Green+Blue) = 152+221+18=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98DD12 is #6722ED. Grayscale: #B1B1B1. Windows color (decimal): -6759150 or 1236376. OLE color: 1236376.

HSL color Cylindrical-coordinate representation of color #98DD12: hue angle of 80.39º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98DD12 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB15222118-
CMYK0.3100.920.13
HSL80.39º84.94%46.86%-
HSV(B)80.39º91.86%86.67%-
XYZ38.9158.439.8-
YUV177.2338.14110.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 221 (86.72% from 255) = 56.52%
BLUE value IS 18 (7.42% from 255) = 4.60%
R=38.87%
G=56.52%
B=4.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152221180.3100.920.1380.3984.9446.86
Hex98DD121F05CD50552f
Octal230335223701341512012557
Binary1001100011011101100101111101011100110110100001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,221,18); }

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

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

 a { background-color: rgb(152,221,18); }

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

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

 span { border-color: rgb(152,221,18); }

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