#AFE420

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

Shades of Inch Worm #AFE420

Tints of Inch Worm #AFE420

Color information

#AFE420 (or 0xAFE420) is unknown color: approx Inch Worm. HEX triplet: AF, E4 and 20. RGB value is (175,228,32). Sum of RGB (Red+Green+Blue) = 175+228+32=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 228 (89.45% from 255 or 52.41% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE420 is #501BDF. Grayscale: #BEBEBE. Windows color (decimal): -5250016 or 2155695. OLE color: 2155695.

HSL color Cylindrical-coordinate representation of color #AFE420: hue angle of 76.22º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFE420 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB17522832-
CMYK0.2300.860.11
HSL76.22º78.4%50.98%-
HSV(B)76.22º85.96%89.41%-
XYZ45.6864.7111.45-
YUV189.8138.94117.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 228 (89.45% from 255) = 52.41%
BLUE value IS 32 (12.89% from 255) = 7.36%
R=40.23%
G=52.41%
B=7.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal175228320.2300.860.1176.2278.450.98
HexAFE42017056B4c4e33
Octal257344402701261311411663
Binary10101111111001001000001011101010110101110011001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE420; }

 p { color: rgb(175,228,32); }

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

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

 a { background-color: rgb(175,228,32); }

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

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

 span { border-color: rgb(175,228,32); }

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