#9DE713

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

Shades of Inch Worm #9DE713

Tints of Inch Worm #9DE713

Color information

#9DE713 (or 0x9DE713) is unknown color: approx Inch Worm. HEX triplet: 9D, E7 and 13. RGB value is (157,231,19). Sum of RGB (Red+Green+Blue) = 157+231+19=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 231 (90.62% from 255 or 56.76% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 231 - color contains mainly: green. Hex color #9DE713 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DE713 is #6218EC. Grayscale: #B9B9B9. Windows color (decimal): -6428909 or 1304477. OLE color: 1304477.

HSL color Cylindrical-coordinate representation of color #9DE713: hue angle of 80.94º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DE713 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB15723119-
CMYK0.3200.920.09
HSL80.94º84.8%49.02%-
HSV(B)80.94º91.77%90.59%-
XYZ42.664.3710.8-
YUV184.7134.48108.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.57%
GREEN value IS 231 (90.62% from 255) = 56.76%
BLUE value IS 19 (7.81% from 255) = 4.67%
R=38.57%
G=56.76%
B=4.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal157231190.3200.920.0980.9484.849.02
Hex9DE7132005C9515531
Octal235347234001341112112561
Binary10011101111001111001110000001011100100110100011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,231,19); }

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

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

 a { background-color: rgb(157,231,19); }

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

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

 span { border-color: rgb(157,231,19); }

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