#AFE80C

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

Shades of Inch Worm #AFE80C

Tints of Inch Worm #AFE80C

Color information

#AFE80C (or 0xAFE80C) is unknown color: approx Inch Worm. HEX triplet: AF, E8 and 0C. RGB value is (175,232,12). Sum of RGB (Red+Green+Blue) = 175+232+12=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 232 (91.02% from 255 or 55.37% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE80C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE80C is #5017F3. Grayscale: #BEBEBE. Windows color (decimal): -5249012 or 845999. OLE color: 845999.

HSL color Cylindrical-coordinate representation of color #AFE80C: hue angle of 75.55º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFE80C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB17523212-
CMYK0.2500.950.09
HSL75.55º90.16%47.84%-
HSV(B)75.55º94.83%90.98%-
XYZ46.666.8510.8-
YUV189.8827.62117.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 232 (91.02% from 255) = 55.37%
BLUE value IS 12 (5.08% from 255) = 2.86%
R=41.77%
G=55.37%
B=2.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal175232120.2500.950.0975.5590.1647.84
HexAFE8C1905F94c5a30
Octal257350143101371111413260
Binary101011111110100011001100101011111100110011001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE80C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE80C; }

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

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

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

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

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

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

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

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