#AFD41A

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

Shades of Inch Worm #AFD41A

Tints of Inch Worm #AFD41A

Color information

#AFD41A (or 0xAFD41A) is unknown color: approx Inch Worm. HEX triplet: AF, D4 and 1A. RGB value is (175,212,26). Sum of RGB (Red+Green+Blue) = 175+212+26=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 212 (83.20% from 255 or 51.33% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD41A is #502BE5. Grayscale: #B4B4B4. Windows color (decimal): -5254118 or 1758383. OLE color: 1758383.

HSL color Cylindrical-coordinate representation of color #AFD41A: hue angle of 71.94º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFD41A is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB17521226-
CMYK0.1700.880.17
HSL71.94º78.15%46.67%-
HSV(B)71.94º87.74%83.14%-
XYZ41.4156.289.66-
YUV179.7341.24124.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 212 (83.20% from 255) = 51.33%
BLUE value IS 26 (10.55% from 255) = 6.30%
R=42.37%
G=51.33%
B=6.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal175212260.1700.880.1771.9478.1546.67
HexAFD41A1105811484e2f
Octal257324322101302111011657
Binary10101111110101001101010001010110001000110010001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD41A; }

 p { color: rgb(175,212,26); }

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

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

 a { background-color: rgb(175,212,26); }

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

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

 span { border-color: rgb(175,212,26); }

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