#9DD916

Color #9DD916 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #9DD916

Tints of Inch Worm #9DD916

Color information

#9DD916 (or 0x9DD916) is unknown color: approx Inch Worm. HEX triplet: 9D, D9 and 16. RGB value is (157,217,22). Sum of RGB (Red+Green+Blue) = 157+217+22=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 217 (85.16% from 255 or 54.80% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD916 is #6226E9. Grayscale: #B1B1B1. Windows color (decimal): -6432490 or 1497501. OLE color: 1497501.

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

Color convert

RGB15721722-
CMYK0.2800.900.15
HSL78.46º81.59%46.86%-
HSV(B)78.46º89.86%85.1%-
XYZ38.8656.859.68-
YUV176.8340.62113.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.65%
GREEN value IS 217 (85.16% from 255) = 54.80%
BLUE value IS 22 (8.98% from 255) = 5.56%
R=39.65%
G=54.80%
B=5.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal157217220.2800.900.1578.4681.5946.86
Hex9DD9161C05AF4e522f
Octal235331263401321711612257
Binary1001110111011001101101110001011010111110011101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,217,22); }

 H1.HeaderClassName
 {
   color: #9DD916;
 }
 .AnyTagClassName
 {
   color: #9DD916;
 }
</style>
background-color css

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

 a { background-color: rgb(157,217,22); }

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

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

 span { border-color: rgb(157,217,22); }

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