Html Css Color HEX #99D912 Inch Worm

📋 copy color: '#99D912'

red 153 ◦ green 217 ◦ blue 18

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

Shades of Inch Worm #99D912

Tints of Inch Worm #99D912

RGB

 RED value IS 153 (60.16% from 255) = 39.43%

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

 BLUE value IS 18 (7.42% from 255) = 4.64%

R = 39.43%
G = 55.93%
B = 4.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#99D912 (or 0x99D912) is known color: Inch Worm. HEX triplet: 99, D9 and 12. RGB value is (153,217,18). Sum of RGB (Red+Green+Blue) = 153+217+18=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 217 (85.16% from 255 or 55.93% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 217 - color contains mainly: green. Hex color #99D912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D912 is #6626ED. Grayscale: #AFAFAF. Windows color (decimal): -6694638 or 1235353. OLE color: 1235353.

HSL color Cylindrical-coordinate representation of color #99D912: hue angle of 79.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99D912 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 217 18 -
CMYK 0.29 0 0.92 0.15
HSL 79.3º 0.85% 0.46% -
HSV(B) 79.3º 0.92% 0.85% -
XYZ 38.06 56.44 9.46 -
YUV 175.18 39.3 112.18 -
System Red Green Blue C M Y K H S L
Decimal 153 217 18 0.29 0 0.92 0.15 79.3 0.85 0.46
Hex 99 D9 12 1D 0 5C F 4F 55 2E
Octal 231 331 22 35 0 134 17 117 125 56
Binary 10011001 11011001 10010 11101 0 1011100 1111 1001111 1010101 101110

Color Harmonies of #99D912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D912

Black with #99D912

Text Example


Text Example

White with #99D912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99D912; }

 p { color: rgb(153,217,18); }

 H1.HeaderClassName
 {
   color: #99D912;
 }
 .AnyTagClassName
 {
   color: #99D912;
 }
</style>

background-color css

<style>
 a { background-color: #99D912; }

 a { background-color: rgb(153,217,18); }

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

border-color css

<style>
 span { border-color: #99D912; }

 span { border-color: rgb(153,217,18); }

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