Html Css Color HEX #9BD213 Inch Worm

📋 copy color: '#9BD213'

red 155 ◦ green 210 ◦ blue 19

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

Shades of Inch Worm #9BD213

Tints of Inch Worm #9BD213

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.69%

 BLUE value IS 19 (7.81% from 255) = 4.95%

R = 40.36%
G = 54.69%
B = 4.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#9BD213 (or 0x9BD213) is known color: Inch Worm. HEX triplet: 9B, D2 and 13. RGB value is (155,210,19). Sum of RGB (Red+Green+Blue) = 155+210+19=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD213 is #642DEC. Grayscale: #ACACAC. Windows color (decimal): -6565357 or 1299099. OLE color: 1299099.

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

Color convert

RGB 155 210 19 -
CMYK 0.26 0 0.91 0.18
HSL 77.28º 0.83% 0.45% -
HSV(B) 77.28º 0.91% 0.82% -
XYZ 36.68 53.11 8.93 -
YUV 171.78 41.78 116.03 -
System Red Green Blue C M Y K H S L
Decimal 155 210 19 0.26 0 0.91 0.18 77.28 0.83 0.45
Hex 9B D2 13 1A 0 5B 12 4D 53 2D
Octal 233 322 23 32 0 133 22 115 123 55
Binary 10011011 11010010 10011 11010 0 1011011 10010 1001101 1010011 101101

Color Harmonies of #9BD213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD213

Black with #9BD213

Text Example


Text Example

White with #9BD213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,210,19); }

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

background-color css

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

 a { background-color: rgb(155,210,19); }

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

border-color css

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

 span { border-color: rgb(155,210,19); }

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