#AFEF22

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

Shades of Inch Worm #AFEF22

Tints of Inch Worm #AFEF22

Color information

#AFEF22 (or 0xAFEF22) is unknown color: approx Inch Worm. HEX triplet: AF, EF and 22. RGB value is (175,239,34). Sum of RGB (Red+Green+Blue) = 175+239+34=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 239 (93.75% from 255 or 53.35% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF22 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEF22 is #5010DD. Grayscale: #C5C5C5. Windows color (decimal): -5247198 or 2289583. OLE color: 2289583.

HSL color Cylindrical-coordinate representation of color #AFEF22: hue angle of 78.73º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFEF22 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB17523934-
CMYK0.2700.860.06
HSL78.73º86.5%53.53%-
HSV(B)78.73º85.77%93.73%-
XYZ48.8370.9612.64-
YUV196.4936.3112.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 239 (93.75% from 255) = 53.35%
BLUE value IS 34 (13.67% from 255) = 7.59%
R=39.06%
G=53.35%
B=7.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal175239340.2700.860.0678.7386.553.53
HexAFEF221B05664f5636
Octal25735742330126611712666
Binary1010111111101111100010110110101011011010011111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEF22; }

 p { color: rgb(175,239,34); }

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

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

 a { background-color: rgb(175,239,34); }

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

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

 span { border-color: rgb(175,239,34); }

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