Html Css Color HEX #AFE22A Inch Worm

📋 copy color: '#AFE22A'

red 175 ◦ green 226 ◦ blue 42

#AFE22A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #AFE22A

Tints of Inch Worm #AFE22A

RGB

 RED value IS 175 (68.75% from 255) = 39.5%

 GREEN value IS 226 (88.67% from 255) = 51.02%

 BLUE value IS 42 (16.8% from 255) = 9.48%

R = 39.5%
G = 51.02%
B = 9.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#AFE22A (or 0xAFE22A) is known color: Inch Worm. HEX triplet: AF, E2 and 2A. RGB value is (175,226,42). Sum of RGB (Red+Green+Blue) = 175+226+42=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 226 (88.67% from 255 or 51.02% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE22A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE22A is #501DD5. Grayscale: #BEBEBE. Windows color (decimal): -5250518 or 2810543. OLE color: 2810543.

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

Color convert

RGB 175 226 42 -
CMYK 0.23 0 0.81 0.11
HSL 76.63º 0.76% 0.53% -
HSV(B) 76.63º 0.81% 0.89% -
XYZ 45.29 63.67 12.09 -
YUV 189.78 44.6 117.46 -
System Red Green Blue C M Y K H S L
Decimal 175 226 42 0.23 0 0.81 0.11 76.63 0.76 0.53
Hex AF E2 2A 17 0 51 B 4D 4C 35
Octal 257 342 52 27 0 121 13 115 114 65
Binary 10101111 11100010 101010 10111 0 1010001 1011 1001101 1001100 110101

Color Harmonies of #AFE22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE22A

Black with #AFE22A

Text Example


Text Example

White with #AFE22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE22A; }

 p { color: rgb(175,226,42); }

 H1.HeaderClassName
 {
   color: #AFE22A;
 }
 .AnyTagClassName
 {
   color: #AFE22A;
 }
</style>

background-color css

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

 a { background-color: rgb(175,226,42); }

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

border-color css

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

 span { border-color: rgb(175,226,42); }

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