#9DEA0C

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

Shades of Inch Worm #9DEA0C

Tints of Inch Worm #9DEA0C

Color information

#9DEA0C (or 0x9DEA0C) is unknown color: approx Inch Worm. HEX triplet: 9D, EA and 0C. RGB value is (157,234,12). Sum of RGB (Red+Green+Blue) = 157+234+12=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 234 (91.80% from 255 or 58.06% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEA0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DEA0C is #6215F3. Grayscale: #BABABA. Windows color (decimal): -6428148 or 846493. OLE color: 846493.

HSL color Cylindrical-coordinate representation of color #9DEA0C: hue angle of 80.81º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DEA0C is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB15723412-
CMYK0.3300.950.08
HSL80.81º90.24%48.24%-
HSV(B)80.81º94.87%91.76%-
XYZ43.3966.0410.81-
YUV185.6729.99107.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.96%
GREEN value IS 234 (91.80% from 255) = 58.06%
BLUE value IS 12 (5.08% from 255) = 2.98%
R=38.96%
G=58.06%
B=2.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal157234120.3300.950.0880.8190.2448.24
Hex9DEAC2105F8515a30
Octal235352144101371012113260
Binary1001110111101010110010000101011111100010100011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,234,12); }

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

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

 a { background-color: rgb(157,234,12); }

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

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

 span { border-color: rgb(157,234,12); }

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