Html Css Color HEX #9DD310 Inch Worm

📋 copy color: '#9DD310'

red 157 ◦ green 211 ◦ blue 16

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

Shades of Inch Worm #9DD310

Tints of Inch Worm #9DD310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 54.95%

 BLUE value IS 16 (6.64% from 255) = 4.17%

R = 40.89%
G = 54.95%
B = 4.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#9DD310 (or 0x9DD310) is known color: Inch Worm. HEX triplet: 9D, D3 and 10. RGB value is (157,211,16). Sum of RGB (Red+Green+Blue) = 157+211+16=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 211 (82.81% from 255 or 54.95% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD310 is #622CEF. Grayscale: #ADADAD. Windows color (decimal): -6434032 or 1102749. OLE color: 1102749.

HSL color Cylindrical-coordinate representation of color #9DD310: hue angle of 76.62º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DD310 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 157 211 16 -
CMYK 0.26 0 0.92 0.17
HSL 76.62º 0.86% 0.45% -
HSV(B) 76.62º 0.92% 0.83% -
XYZ 37.29 53.79 8.91 -
YUV 172.62 39.61 116.86 -
System Red Green Blue C M Y K H S L
Decimal 157 211 16 0.26 0 0.92 0.17 76.62 0.86 0.45
Hex 9D D3 10 1A 0 5C 11 4D 56 2D
Octal 235 323 20 32 0 134 21 115 126 55
Binary 10011101 11010011 10000 11010 0 1011100 10001 1001101 1010110 101101

Color Harmonies of #9DD310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD310

Black with #9DD310

Text Example


Text Example

White with #9DD310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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