#AFDC0F

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

Shades of Inch Worm #AFDC0F

Tints of Inch Worm #AFDC0F

Color information

#AFDC0F (or 0xAFDC0F) is unknown color: approx Inch Worm. HEX triplet: AF, DC and 0F. RGB value is (175,220,15). Sum of RGB (Red+Green+Blue) = 175+220+15=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDC0F is #5023F0. Grayscale: #B7B7B7. Windows color (decimal): -5252081 or 1039535. OLE color: 1039535.

HSL color Cylindrical-coordinate representation of color #AFDC0F: hue angle of 73.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFDC0F is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB17522015-
CMYK0.2000.930.14
HSL73.17º87.23%46.08%-
HSV(B)73.17º93.18%86.27%-
XYZ43.3660.339.81-
YUV183.1833.09122.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 220 (86.33% from 255) = 53.66%
BLUE value IS 15 (6.25% from 255) = 3.66%
R=42.68%
G=53.66%
B=3.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal175220150.2000.930.1473.1787.2346.08
HexAFDCF1405DE49572e
Octal257334172401351611112756
Binary101011111101110011111010001011101111010010011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDC0F; }

 p { color: rgb(175,220,15); }

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

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

 a { background-color: rgb(175,220,15); }

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

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

 span { border-color: rgb(175,220,15); }

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