#AFDF1C

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

Shades of Inch Worm #AFDF1C

Tints of Inch Worm #AFDF1C

Color information

#AFDF1C (or 0xAFDF1C) is unknown color: approx Inch Worm. HEX triplet: AF, DF and 1C. RGB value is (175,223,28). Sum of RGB (Red+Green+Blue) = 175+223+28=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF1C is #5020E3. Grayscale: #BBBBBB. Windows color (decimal): -5251300 or 1892271. OLE color: 1892271.

HSL color Cylindrical-coordinate representation of color #AFDF1C: hue angle of 74.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFDF1C is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB17522328-
CMYK0.2200.870.13
HSL74.77º77.69%49.22%-
HSV(B)74.77º87.44%87.45%-
XYZ44.2861.9710.73-
YUV186.4238.6119.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 223 (87.5% from 255) = 52.35%
BLUE value IS 28 (11.33% from 255) = 6.57%
R=41.08%
G=52.35%
B=6.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175223280.2200.870.1374.7777.6949.22
HexAFDF1C16057D4b4e31
Octal257337342601271511311661
Binary1010111111011111111001011001010111110110010111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDF1C; }

 p { color: rgb(175,223,28); }

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

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

 a { background-color: rgb(175,223,28); }

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

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

 span { border-color: rgb(175,223,28); }

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