Html Css Color HEX #9DD10E Inch Worm

📋 copy color: '#9DD10E'

red 157 ◦ green 209 ◦ blue 14

#9DD10E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #9DD10E

Tints of Inch Worm #9DD10E

RGB

 RED value IS 157 (61.72% from 255) = 41.32%

 GREEN value IS 209 (82.03% from 255) = 55%

 BLUE value IS 14 (5.86% from 255) = 3.68%

R = 41.32%
G = 55%
B = 3.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#9DD10E (or 0x9DD10E) is known color: Inch Worm. HEX triplet: 9D, D1 and 0E. RGB value is (157,209,14). Sum of RGB (Red+Green+Blue) = 157+209+14=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 209 (82.03% from 255 or 55% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD10E is #622EF1. Grayscale: #ABABAB. Windows color (decimal): -6434546 or 971165. OLE color: 971165.

HSL color Cylindrical-coordinate representation of color #9DD10E: hue angle of 76º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DD10E is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 209 14 -
CMYK 0.25 0 0.93 0.18
HSL 76º 0.87% 0.44% -
HSV(B) 76º 0.93% 0.82% -
XYZ 36.78 52.8 8.67 -
YUV 171.22 39.27 117.86 -
System Red Green Blue C M Y K H S L
Decimal 157 209 14 0.25 0 0.93 0.18 76 0.87 0.44
Hex 9D D1 E 19 0 5D 12 4C 57 2C
Octal 235 321 16 31 0 135 22 114 127 54
Binary 10011101 11010001 1110 11001 0 1011101 10010 1001100 1010111 101100

Color Harmonies of #9DD10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD10E

Black with #9DD10E

Text Example


Text Example

White with #9DD10E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,209,14); }

 H1.HeaderClassName
 {
   color: #9DD10E;
 }
 .AnyTagClassName
 {
   color: #9DD10E;
 }
</style>

background-color css

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

 a { background-color: rgb(157,209,14); }

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

border-color css

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

 span { border-color: rgb(157,209,14); }

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