#AFE52C

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

Shades of Inch Worm #AFE52C

Tints of Inch Worm #AFE52C

Color information

#AFE52C (or 0xAFE52C) is unknown color: approx Inch Worm. HEX triplet: AF, E5 and 2C. RGB value is (175,229,44). Sum of RGB (Red+Green+Blue) = 175+229+44=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 229 (89.84% from 255 or 51.12% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE52C is #501AD3. Grayscale: #C0C0C0. Windows color (decimal): -5249748 or 2942383. OLE color: 2942383.

HSL color Cylindrical-coordinate representation of color #AFE52C: hue angle of 77.51º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFE52C is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB17522944-
CMYK0.2400.810.10
HSL77.51º78.06%53.53%-
HSV(B)77.51º80.79%89.8%-
XYZ46.1565.3312.56-
YUV191.7644.61116.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 229 (89.84% from 255) = 51.12%
BLUE value IS 44 (17.58% from 255) = 9.82%
R=39.06%
G=51.12%
B=9.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal175229440.2400.810.1077.5178.0653.53
HexAFE52C18051A4e4e36
Octal257345543001211211611666
Binary10101111111001011011001100001010001101010011101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE52C; }

 p { color: rgb(175,229,44); }

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

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

 a { background-color: rgb(175,229,44); }

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

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

 span { border-color: rgb(175,229,44); }

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