#98d60e

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

Shades of Inch Worm #98D60E

Tints of Inch Worm #98D60E

Color information

#98D60E (or 0x98D60E) is unknown color: approx Inch Worm. HEX triplet: 98, D6 and 0E. RGB value is (152,214,14). Sum of RGB (Red+Green+Blue) = 152+214+14=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 214 (83.98% from 255 or 56.32% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 214 - color contains mainly: green. Hex color #98D60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D60E is #6729F1. Grayscale: #ADADAD. Windows color (decimal): -6760946 or 972440. OLE color: 972440.

HSL color Cylindrical-coordinate representation of color #98D60E: hue angle of 78.6º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98D60E is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB15221414-
CMYK0.2900.930.16
HSL78.6º87.72%44.71%-
HSV(B)78.6º93.46%83.92%-
XYZ37.0754.89.04-
YUV172.6638.46113.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40%
GREEN value IS 214 (83.98% from 255) = 56.32%
BLUE value IS 14 (5.86% from 255) = 3.68%
R=40%
G=56.32%
B=3.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal152214140.2900.930.1678.687.7244.71
Hex98D6E1D05D104f582d
Octal230326163501352011713055
Binary1001100011010110111011101010111011000010011111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98d60e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,214,14); }

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

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

 a { background-color: rgb(152,214,14); }

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

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

 span { border-color: rgb(152,214,14); }

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