#afe315

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

Shades of Inch Worm #AFE315

Tints of Inch Worm #AFE315

Color information

#AFE315 (or 0xAFE315) is unknown color: approx Inch Worm. HEX triplet: AF, E3 and 15. RGB value is (175,227,21). Sum of RGB (Red+Green+Blue) = 175+227+21=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 227 (89.06% from 255 or 53.66% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE315 is #501CEA. Grayscale: #BCBCBC. Windows color (decimal): -5250283 or 1434543. OLE color: 1434543.

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

Color convert

RGB17522721-
CMYK0.2300.910.11
HSL75.15º83.06%48.63%-
HSV(B)75.15º90.75%89.02%-
XYZ45.2864.1110.7-
YUV187.9733.77118.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 227 (89.06% from 255) = 53.66%
BLUE value IS 21 (8.59% from 255) = 4.96%
R=41.37%
G=53.66%
B=4.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal175227210.2300.910.1175.1583.0648.63
HexAFE3151705BB4b5331
Octal257343252701331311312361
Binary1010111111100011101011011101011011101110010111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afe315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afe315; }

 p { color: rgb(175,227,21); }

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

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

 a { background-color: rgb(175,227,21); }

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

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

 span { border-color: rgb(175,227,21); }

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