#9FD507

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

Shades of Inch Worm #9FD507

Tints of Inch Worm #9FD507

Color information

#9FD507 (or 0x9FD507) is unknown color: approx Inch Worm. HEX triplet: 9F, D5 and 07. RGB value is (159,213,7). Sum of RGB (Red+Green+Blue) = 159+213+7=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 213 (83.59% from 255 or 56.20% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD507 is #602AF8. Grayscale: #AEAEAE. Windows color (decimal): -6302457 or 513439. OLE color: 513439.

HSL color Cylindrical-coordinate representation of color #9FD507: hue angle of 75.73º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9FD507 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB1592137-
CMYK0.2500.970.16
HSL75.73º93.64%43.14%-
HSV(B)75.73º96.71%83.53%-
XYZ38.1354.978.8-
YUV173.3734.11117.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.95%
GREEN value IS 213 (83.59% from 255) = 56.20%
BLUE value IS 7 (3.12% from 255) = 1.85%
R=41.95%
G=56.20%
B=1.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal15921370.2500.970.1675.7393.6443.14
Hex9FD5719061104c5e2b
Octal23732573101412011413653
Binary100111111101010111111001011000011000010011001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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