Html Css Color HEX #98E000 Inch Worm

📋 copy color: '#98E000'

red 152 ◦ green 224 ◦ blue 0

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

Shades of Inch Worm #98E000

Tints of Inch Worm #98E000

RGB

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

 GREEN value IS 224 (87.89% from 255) = 59.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.43%
G = 59.57%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#98E000 (or 0x98E000) is known color: Inch Worm. HEX triplet: 98, E0 and 00. RGB value is (152,224,0). Sum of RGB (Red+Green+Blue) = 152+224+0=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 224 (87.89% from 255 or 59.57% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 224 - color contains mainly: green. Hex color #98E000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98E000 is #671FFF. Grayscale: #B1B1B1. Windows color (decimal): -6758400 or 57496. OLE color: 57496.

HSL color Cylindrical-coordinate representation of color #98E000: hue angle of 79.29º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98E000 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 224 0 -
CMYK 0.32 0 1 0.12
HSL 79.29º 1% 0.44% -
HSV(B) 79.29º 1% 0.88% -
XYZ 39.6 59.99 9.49 -
YUV 176.94 28.15 110.21 -
System Red Green Blue C M Y K H S L
Decimal 152 224 0 0.32 0 1 0.12 79.29 1 0.44
Hex 98 E0 0 20 0 64 C 4F 64 2C
Octal 230 340 0 40 0 144 14 117 144 54
Binary 10011000 11100000 0 100000 0 1100100 1100 1001111 1100100 101100

Color Harmonies of #98E000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E000

Black with #98E000

Text Example


Text Example

White with #98E000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,224,0); }

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

background-color css

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

 a { background-color: rgb(152,224,0); }

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

border-color css

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

 span { border-color: rgb(152,224,0); }

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