#9DE10B

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

Shades of Inch Worm #9DE10B

Tints of Inch Worm #9DE10B

Color information

#9DE10B (or 0x9DE10B) is unknown color: approx Inch Worm. HEX triplet: 9D, E1 and 0B. RGB value is (157,225,11). Sum of RGB (Red+Green+Blue) = 157+225+11=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 225 (88.28% from 255 or 57.25% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DE10B is #621EF4. Grayscale: #B5B5B5. Windows color (decimal): -6430453 or 778653. OLE color: 778653.

HSL color Cylindrical-coordinate representation of color #9DE10B: hue angle of 79.07º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DE10B is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB15722511-
CMYK0.3000.950.12
HSL79.07º90.68%46.27%-
HSV(B)79.07º95.11%88.24%-
XYZ40.8961.049.94-
YUV180.2732.47111.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.95%
GREEN value IS 225 (88.28% from 255) = 57.25%
BLUE value IS 11 (4.69% from 255) = 2.80%
R=39.95%
G=57.25%
B=2.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal157225110.3000.950.1279.0790.6846.27
Hex9DE1B1E05FC4f5b2e
Octal235341133601371411713356
Binary100111011110000110111111001011111110010011111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,225,11); }

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

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

 a { background-color: rgb(157,225,11); }

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

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

 span { border-color: rgb(157,225,11); }

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