Html Css Color HEX #9FDD14 Inch Worm

📋 copy color: '#9FDD14'

red 159 ◦ green 221 ◦ blue 20

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

Shades of Inch Worm #9FDD14

Tints of Inch Worm #9FDD14

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.25%

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

R = 39.75%
G = 55.25%
B = 5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#9FDD14 (or 0x9FDD14) is known color: Inch Worm. HEX triplet: 9F, DD and 14. RGB value is (159,221,20). Sum of RGB (Red+Green+Blue) = 159+221+20=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDD14 is #6022EB. Grayscale: #B4B4B4. Windows color (decimal): -6300396 or 1367455. OLE color: 1367455.

HSL color Cylindrical-coordinate representation of color #9FDD14: hue angle of 78.51º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FDD14 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 221 20 -
CMYK 0.28 0 0.91 0.13
HSL 78.51º 0.83% 0.47% -
HSV(B) 78.51º 0.91% 0.87% -
XYZ 40.28 59.13 9.95 -
YUV 179.55 37.96 113.34 -
System Red Green Blue C M Y K H S L
Decimal 159 221 20 0.28 0 0.91 0.13 78.51 0.83 0.47
Hex 9F DD 14 1C 0 5B D 4F 53 2F
Octal 237 335 24 34 0 133 15 117 123 57
Binary 10011111 11011101 10100 11100 0 1011011 1101 1001111 1010011 101111

Color Harmonies of #9FDD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDD14

Black with #9FDD14

Text Example


Text Example

White with #9FDD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,221,20); }

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

background-color css

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

 a { background-color: rgb(159,221,20); }

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

border-color css

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

 span { border-color: rgb(159,221,20); }

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