Html Css Color HEX #AFE222 Inch Worm

📋 copy color: '#AFE222'

red 175 ◦ green 226 ◦ blue 34

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

Shades of Inch Worm #AFE222

Tints of Inch Worm #AFE222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.82%

R = 40.23%
G = 51.95%
B = 7.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#AFE222 (or 0xAFE222) is known color: Inch Worm. HEX triplet: AF, E2 and 22. RGB value is (175,226,34). Sum of RGB (Red+Green+Blue) = 175+226+34=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 226 (88.67% from 255 or 51.95% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE222 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE222 is #501DDD. Grayscale: #BDBDBD. Windows color (decimal): -5250526 or 2286255. OLE color: 2286255.

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

Color convert

RGB 175 226 34 -
CMYK 0.23 0 0.85 0.11
HSL 75.94º 0.77% 0.51% -
HSV(B) 75.94º 0.85% 0.89% -
XYZ 45.16 63.62 11.41 -
YUV 188.86 40.6 118.11 -
System Red Green Blue C M Y K H S L
Decimal 175 226 34 0.23 0 0.85 0.11 75.94 0.77 0.51
Hex AF E2 22 17 0 55 B 4C 4D 33
Octal 257 342 42 27 0 125 13 114 115 63
Binary 10101111 11100010 100010 10111 0 1010101 1011 1001100 1001101 110011

Color Harmonies of #AFE222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE222

Black with #AFE222

Text Example


Text Example

White with #AFE222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE222; }

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

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

background-color css

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

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

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

border-color css

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

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

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