Html Css Color HEX #98D916 Inch Worm

📋 copy color: '#98D916'

red 152 ◦ green 217 ◦ blue 22

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

Shades of Inch Worm #98D916

Tints of Inch Worm #98D916

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.5%

 BLUE value IS 22 (8.98% from 255) = 5.63%

R = 38.87%
G = 55.5%
B = 5.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#98D916 (or 0x98D916) is known color: Inch Worm. HEX triplet: 98, D9 and 16. RGB value is (152,217,22). Sum of RGB (Red+Green+Blue) = 152+217+22=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #98D916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D916 is #6726E9. Grayscale: #B0B0B0. Windows color (decimal): -6760170 or 1497496. OLE color: 1497496.

HSL color Cylindrical-coordinate representation of color #98D916: hue angle of 80º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98D916 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 217 22 -
CMYK 0.30 0 0.90 0.15
HSL 80º 0.82% 0.47% -
HSV(B) 80º 0.9% 0.85% -
XYZ 37.91 56.36 9.64 -
YUV 175.34 41.47 111.36 -
System Red Green Blue C M Y K H S L
Decimal 152 217 22 0.30 0 0.90 0.15 80 0.82 0.47
Hex 98 D9 16 1E 0 5A F 50 52 2F
Octal 230 331 26 36 0 132 17 120 122 57
Binary 10011000 11011001 10110 11110 0 1011010 1111 1010000 1010010 101111

Color Harmonies of #98D916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D916

Black with #98D916

Text Example


Text Example

White with #98D916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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