Html Css Color HEX #99DC14 Inch Worm

📋 copy color: '#99DC14'

red 153 ◦ green 220 ◦ blue 20

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

Shades of Inch Worm #99DC14

Tints of Inch Worm #99DC14

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.98%

 BLUE value IS 20 (8.2% from 255) = 5.09%

R = 38.93%
G = 55.98%
B = 5.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#99DC14 (or 0x99DC14) is known color: Inch Worm. HEX triplet: 99, DC and 14. RGB value is (153,220,20). Sum of RGB (Red+Green+Blue) = 153+220+20=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DC14 is #6623EB. Grayscale: #B1B1B1. Windows color (decimal): -6693868 or 1367193. OLE color: 1367193.

HSL color Cylindrical-coordinate representation of color #99DC14: hue angle of 80.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99DC14 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 220 20 -
CMYK 0.30 0 0.91 0.14
HSL 80.1º 0.83% 0.47% -
HSV(B) 80.1º 0.91% 0.86% -
XYZ 38.86 58.01 9.81 -
YUV 177.17 39.3 110.76 -
System Red Green Blue C M Y K H S L
Decimal 153 220 20 0.30 0 0.91 0.14 80.1 0.83 0.47
Hex 99 DC 14 1E 0 5B E 50 53 2F
Octal 231 334 24 36 0 133 16 120 123 57
Binary 10011001 11011100 10100 11110 0 1011011 1110 1010000 1010011 101111

Color Harmonies of #99DC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DC14

Black with #99DC14

Text Example


Text Example

White with #99DC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,220,20); }

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

background-color css

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

 a { background-color: rgb(153,220,20); }

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

border-color css

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

 span { border-color: rgb(153,220,20); }

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