Html Css Color HEX #9BD514 Inch Worm

📋 copy color: '#9BD514'

red 155 ◦ green 213 ◦ blue 20

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

Shades of Inch Worm #9BD514

Tints of Inch Worm #9BD514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.15%

R = 39.95%
G = 54.9%
B = 5.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#9BD514 (or 0x9BD514) is known color: Inch Worm. HEX triplet: 9B, D5 and 14. RGB value is (155,213,20). Sum of RGB (Red+Green+Blue) = 155+213+20=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD514 is #642AEB. Grayscale: #AEAEAE. Windows color (decimal): -6564588 or 1365403. OLE color: 1365403.

HSL color Cylindrical-coordinate representation of color #9BD514: hue angle of 78.03º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BD514 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 213 20 -
CMYK 0.27 0 0.91 0.16
HSL 78.03º 0.83% 0.46% -
HSV(B) 78.03º 0.91% 0.84% -
XYZ 37.44 54.61 9.23 -
YUV 173.66 41.28 114.69 -
System Red Green Blue C M Y K H S L
Decimal 155 213 20 0.27 0 0.91 0.16 78.03 0.83 0.46
Hex 9B D5 14 1B 0 5B 10 4E 53 2E
Octal 233 325 24 33 0 133 20 116 123 56
Binary 10011011 11010101 10100 11011 0 1011011 10000 1001110 1010011 101110

Color Harmonies of #9BD514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD514

Black with #9BD514

Text Example


Text Example

White with #9BD514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,213,20); }

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

background-color css

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

 a { background-color: rgb(155,213,20); }

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

border-color css

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

 span { border-color: rgb(155,213,20); }

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