Html Css Color HEX #9FD516 Inch Worm

📋 copy color: '#9FD516'

red 159 ◦ green 213 ◦ blue 22

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

Shades of Inch Worm #9FD516

Tints of Inch Worm #9FD516

RGB

 RED value IS 159 (62.5% from 255) = 40.36%

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

 BLUE value IS 22 (8.98% from 255) = 5.58%

R = 40.36%
G = 54.06%
B = 5.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#9FD516 (or 0x9FD516) is known color: Inch Worm. HEX triplet: 9F, D5 and 16. RGB value is (159,213,22). Sum of RGB (Red+Green+Blue) = 159+213+22=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 213 (83.59% from 255 or 54.06% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD516 is #602AE9. Grayscale: #AFAFAF. Windows color (decimal): -6302442 or 1496479. OLE color: 1496479.

HSL color Cylindrical-coordinate representation of color #9FD516: hue angle of 76.96º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FD516 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 213 22 -
CMYK 0.25 0 0.90 0.16
HSL 76.96º 0.81% 0.46% -
HSV(B) 76.96º 0.9% 0.84% -
XYZ 38.24 55.02 9.36 -
YUV 175.08 41.61 116.53 -
System Red Green Blue C M Y K H S L
Decimal 159 213 22 0.25 0 0.90 0.16 76.96 0.81 0.46
Hex 9F D5 16 19 0 5A 10 4D 51 2E
Octal 237 325 26 31 0 132 20 115 121 56
Binary 10011111 11010101 10110 11001 0 1011010 10000 1001101 1010001 101110

Color Harmonies of #9FD516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD516

Black with #9FD516

Text Example


Text Example

White with #9FD516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,213,22); }

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

background-color css

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

 a { background-color: rgb(159,213,22); }

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

border-color css

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

 span { border-color: rgb(159,213,22); }

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