Html Css Color HEX #98D210 Inch Worm

📋 copy color: '#98D210'

red 152 ◦ green 210 ◦ blue 16

#98D210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #98D210

Tints of Inch Worm #98D210

RGB

 RED value IS 152 (59.77% from 255) = 40.21%

 GREEN value IS 210 (82.42% from 255) = 55.56%

 BLUE value IS 16 (6.64% from 255) = 4.23%

R = 40.21%
G = 55.56%
B = 4.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#98D210 (or 0x98D210) is known color: Inch Worm. HEX triplet: 98, D2 and 10. RGB value is (152,210,16). Sum of RGB (Red+Green+Blue) = 152+210+16=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 210 (82.42% from 255 or 55.56% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 210 - color contains mainly: green. Hex color #98D210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D210 is #672DEF. Grayscale: #ABABAB. Windows color (decimal): -6761968 or 1102488. OLE color: 1102488.

HSL color Cylindrical-coordinate representation of color #98D210: hue angle of 77.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98D210 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 210 16 -
CMYK 0.28 0 0.92 0.18
HSL 77.94º 0.86% 0.44% -
HSV(B) 77.94º 0.92% 0.82% -
XYZ 36.09 52.81 8.78 -
YUV 170.54 40.78 114.77 -
System Red Green Blue C M Y K H S L
Decimal 152 210 16 0.28 0 0.92 0.18 77.94 0.86 0.44
Hex 98 D2 10 1C 0 5C 12 4E 56 2C
Octal 230 322 20 34 0 134 22 116 126 54
Binary 10011000 11010010 10000 11100 0 1011100 10010 1001110 1010110 101100

Color Harmonies of #98D210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D210

Black with #98D210

Text Example


Text Example

White with #98D210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,210,16); }

 H1.HeaderClassName
 {
   color: #98D210;
 }
 .AnyTagClassName
 {
   color: #98D210;
 }
</style>

background-color css

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

 a { background-color: rgb(152,210,16); }

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

border-color css

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

 span { border-color: rgb(152,210,16); }

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