Html Css Color HEX #9BD412 Inch Worm

📋 copy color: '#9BD412'

red 155 ◦ green 212 ◦ blue 18

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

Shades of Inch Worm #9BD412

Tints of Inch Worm #9BD412

RGB

 RED value IS 155 (60.94% from 255) = 40.26%

 GREEN value IS 212 (83.2% from 255) = 55.06%

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

R = 40.26%
G = 55.06%
B = 4.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#9BD412 (or 0x9BD412) is known color: Inch Worm. HEX triplet: 9B, D4 and 12. RGB value is (155,212,18). Sum of RGB (Red+Green+Blue) = 155+212+18=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 212 (83.20% from 255 or 55.06% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD412 is #642BED. Grayscale: #ADADAD. Windows color (decimal): -6564846 or 1234075. OLE color: 1234075.

HSL color Cylindrical-coordinate representation of color #9BD412: hue angle of 77.63º degrees, saturation: 0.84, 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 #9BD412 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 155 212 18 -
CMYK 0.27 0 0.92 0.17
HSL 77.63º 0.84% 0.45% -
HSV(B) 77.63º 0.92% 0.83% -
XYZ 37.17 54.1 9.06 -
YUV 172.84 40.62 115.27 -
System Red Green Blue C M Y K H S L
Decimal 155 212 18 0.27 0 0.92 0.17 77.63 0.84 0.45
Hex 9B D4 12 1B 0 5C 11 4E 54 2D
Octal 233 324 22 33 0 134 21 116 124 55
Binary 10011011 11010100 10010 11011 0 1011100 10001 1001110 1010100 101101

Color Harmonies of #9BD412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD412

Black with #9BD412

Text Example


Text Example

White with #9BD412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,212,18); }

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

background-color css

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

 a { background-color: rgb(155,212,18); }

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

border-color css

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

 span { border-color: rgb(155,212,18); }

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