#afd10c

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

Shades of Inch Worm #AFD10C

Tints of Inch Worm #AFD10C

Color information

#AFD10C (or 0xAFD10C) is unknown color: approx Inch Worm. HEX triplet: AF, D1 and 0C. RGB value is (175,209,12). Sum of RGB (Red+Green+Blue) = 175+209+12=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 209 (82.03% from 255 or 52.78% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD10C is #502EF3. Grayscale: #B1B1B1. Windows color (decimal): -5254900 or 840111. OLE color: 840111.

HSL color Cylindrical-coordinate representation of color #AFD10C: hue angle of 70.36º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFD10C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB17520912-
CMYK0.1600.940.18
HSL70.36º89.14%43.33%-
HSV(B)70.36º94.26%81.96%-
XYZ40.5554.748.78-
YUV176.3835.24127.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 209 (82.03% from 255) = 52.78%
BLUE value IS 12 (5.08% from 255) = 3.03%
R=44.19%
G=52.78%
B=3.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175209120.1600.940.1870.3689.1443.33
HexAFD1C1005E1246592b
Octal257321142001362210613153
Binary1010111111010001110010000010111101001010001101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afd10c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afd10c; }

 p { color: rgb(175,209,12); }

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

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

 a { background-color: rgb(175,209,12); }

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

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

 span { border-color: rgb(175,209,12); }

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