Html Css Color HEX #9DD512 Inch Worm

📋 copy color: '#9DD512'

red 157 ◦ green 213 ◦ blue 18

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

Shades of Inch Worm #9DD512

Tints of Inch Worm #9DD512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.9%

 BLUE value IS 18 (7.42% from 255) = 4.64%

R = 40.46%
G = 54.9%
B = 4.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#9DD512 (or 0x9DD512) is known color: Inch Worm. HEX triplet: 9D, D5 and 12. RGB value is (157,213,18). Sum of RGB (Red+Green+Blue) = 157+213+18=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD512 is #622AED. Grayscale: #AEAEAE. Windows color (decimal): -6433518 or 1234333. OLE color: 1234333.

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

Color convert

RGB 157 213 18 -
CMYK 0.26 0 0.92 0.16
HSL 77.23º 0.84% 0.45% -
HSV(B) 77.23º 0.92% 0.84% -
XYZ 37.81 54.8 9.16 -
YUV 174.03 39.95 115.86 -
System Red Green Blue C M Y K H S L
Decimal 157 213 18 0.26 0 0.92 0.16 77.23 0.84 0.45
Hex 9D D5 12 1A 0 5C 10 4D 54 2D
Octal 235 325 22 32 0 134 20 115 124 55
Binary 10011101 11010101 10010 11010 0 1011100 10000 1001101 1010100 101101

Color Harmonies of #9DD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD512

Black with #9DD512

Text Example


Text Example

White with #9DD512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,213,18); }

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

background-color css

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

 a { background-color: rgb(157,213,18); }

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

border-color css

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

 span { border-color: rgb(157,213,18); }

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