#AFEE24

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

Shades of Inch Worm #AFEE24

Tints of Inch Worm #AFEE24

Color information

#AFEE24 (or 0xAFEE24) is unknown color: approx Inch Worm. HEX triplet: AF, EE and 24. RGB value is (175,238,36). Sum of RGB (Red+Green+Blue) = 175+238+36=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 238 (93.36% from 255 or 53.01% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE24 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEE24 is #5011DB. Grayscale: #C4C4C4. Windows color (decimal): -5247452 or 2420399. OLE color: 2420399.

HSL color Cylindrical-coordinate representation of color #AFEE24: hue angle of 78.71º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFEE24 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB17523836-
CMYK0.2600.850.07
HSL78.71º85.59%53.73%-
HSV(B)78.71º84.87%93.33%-
XYZ48.5770.3912.7-
YUV196.1437.63112.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 238 (93.36% from 255) = 53.01%
BLUE value IS 36 (14.45% from 255) = 8.02%
R=38.98%
G=53.01%
B=8.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175238360.2600.850.0778.7185.5953.73
HexAFEE241A05574f5636
Octal25735644320125711712666
Binary1010111111101110100100110100101010111110011111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEE24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEE24; }

 p { color: rgb(175,238,36); }

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

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

 a { background-color: rgb(175,238,36); }

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

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

 span { border-color: rgb(175,238,36); }

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