Html Css Color HEX #9CDB16 Inch Worm

📋 copy color: '#9CDB16'

red 156 ◦ green 219 ◦ blue 22

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

Shades of Inch Worm #9CDB16

Tints of Inch Worm #9CDB16

RGB

 RED value IS 156 (61.33% from 255) = 39.29%

 GREEN value IS 219 (85.94% from 255) = 55.16%

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

R = 39.29%
G = 55.16%
B = 5.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#9CDB16 (or 0x9CDB16) is known color: Inch Worm. HEX triplet: 9C, DB and 16. RGB value is (156,219,22). Sum of RGB (Red+Green+Blue) = 156+219+22=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CDB16 is #6324E9. Grayscale: #B2B2B2. Windows color (decimal): -6497514 or 1498012. OLE color: 1498012.

HSL color Cylindrical-coordinate representation of color #9CDB16: hue angle of 79.19º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CDB16 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 219 22 -
CMYK 0.29 0 0.90 0.14
HSL 79.19º 0.82% 0.47% -
HSV(B) 79.19º 0.9% 0.86% -
XYZ 39.19 57.79 9.85 -
YUV 177.71 40.13 112.52 -
System Red Green Blue C M Y K H S L
Decimal 156 219 22 0.29 0 0.90 0.14 79.19 0.82 0.47
Hex 9C DB 16 1D 0 5A E 4F 52 2F
Octal 234 333 26 35 0 132 16 117 122 57
Binary 10011100 11011011 10110 11101 0 1011010 1110 1001111 1010010 101111

Color Harmonies of #9CDB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDB16

Black with #9CDB16

Text Example


Text Example

White with #9CDB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CDB16; }

 p { color: rgb(156,219,22); }

 H1.HeaderClassName
 {
   color: #9CDB16;
 }
 .AnyTagClassName
 {
   color: #9CDB16;
 }
</style>

background-color css

<style>
 a { background-color: #9CDB16; }

 a { background-color: rgb(156,219,22); }

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

border-color css

<style>
 span { border-color: #9CDB16; }

 span { border-color: rgb(156,219,22); }

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