#9FD301

Color #9FD301 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #9FD301

Tints of Inch Worm #9FD301

Color information

#9FD301 (or 0x9FD301) is unknown color: approx Inch Worm. HEX triplet: 9F, D3 and 01. RGB value is (159,211,1). Sum of RGB (Red+Green+Blue) = 159+211+1=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 211 (82.81% from 255 or 56.87% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD301 is #602CFE. Grayscale: #ACACAC. Windows color (decimal): -6302975 or 119711. OLE color: 119711.

HSL color Cylindrical-coordinate representation of color #9FD301: hue angle of 74.86º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FD301 is Cyan = 0.25, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB1592111-
CMYK0.2501.000.17
HSL74.86º99.06%41.57%-
HSV(B)74.86º99.53%82.75%-
XYZ37.653.968.46-
YUV171.5131.77119.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 211 (82.81% from 255) = 56.87%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=42.86%
G=56.87%
B=0.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal15921110.2501.000.1774.8699.0641.57
Hex9FD3119064114b632a
Octal23732313101442111314352
Binary1001111111010011111001011001001000110010111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,211,1); }

 H1.HeaderClassName
 {
   color: #9FD301;
 }
 .AnyTagClassName
 {
   color: #9FD301;
 }
</style>
background-color css

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

 a { background-color: rgb(159,211,1); }

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

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

 span { border-color: rgb(159,211,1); }

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