Html Css Color HEX #99D712 Inch Worm

📋 copy color: '#99D712'

red 153 ◦ green 215 ◦ blue 18

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

Shades of Inch Worm #99D712

Tints of Inch Worm #99D712

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.7%

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

R = 39.64%
G = 55.7%
B = 4.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#99D712 (or 0x99D712) is known color: Inch Worm. HEX triplet: 99, D7 and 12. RGB value is (153,215,18). Sum of RGB (Red+Green+Blue) = 153+215+18=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 215 (84.38% from 255 or 55.70% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 215 - color contains mainly: green. Hex color #99D712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D712 is #6628ED. Grayscale: #AEAEAE. Windows color (decimal): -6695150 or 1234841. OLE color: 1234841.

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

Color convert

RGB 153 215 18 -
CMYK 0.29 0 0.92 0.16
HSL 78.88º 0.85% 0.46% -
HSV(B) 78.88º 0.92% 0.84% -
XYZ 37.55 55.42 9.29 -
YUV 174 39.96 113.02 -
System Red Green Blue C M Y K H S L
Decimal 153 215 18 0.29 0 0.92 0.16 78.88 0.85 0.46
Hex 99 D7 12 1D 0 5C 10 4F 55 2E
Octal 231 327 22 35 0 134 20 117 125 56
Binary 10011001 11010111 10010 11101 0 1011100 10000 1001111 1010101 101110

Color Harmonies of #99D712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D712

Black with #99D712

Text Example


Text Example

White with #99D712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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