#9DE110

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

Shades of Inch Worm #9DE110

Tints of Inch Worm #9DE110

Color information

#9DE110 (or 0x9DE110) is unknown color: approx Inch Worm. HEX triplet: 9D, E1 and 10. RGB value is (157,225,16). Sum of RGB (Red+Green+Blue) = 157+225+16=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 225 (88.28% from 255 or 56.53% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DE110 is #621EEF. Grayscale: #B5B5B5. Windows color (decimal): -6430448 or 1106333. OLE color: 1106333.

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

Color convert

RGB15722516-
CMYK0.3000.930.12
HSL79.52º86.72%47.25%-
HSV(B)79.52º92.89%88.24%-
XYZ40.9261.0610.12-
YUV180.8434.97110.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.45%
GREEN value IS 225 (88.28% from 255) = 56.53%
BLUE value IS 16 (6.64% from 255) = 4.02%
R=39.45%
G=56.53%
B=4.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal157225160.3000.930.1279.5286.7247.25
Hex9DE1101E05DC50572f
Octal235341203601351412012757
Binary1001110111100001100001111001011101110010100001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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