Html Css Color HEX #AFE022 Inch Worm

📋 copy color: '#AFE022'

red 175 ◦ green 224 ◦ blue 34

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

Shades of Inch Worm #AFE022

Tints of Inch Worm #AFE022

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.73%

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

R = 40.42%
G = 51.73%
B = 7.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#AFE022 (or 0xAFE022) is known color: Inch Worm. HEX triplet: AF, E0 and 22. RGB value is (175,224,34). Sum of RGB (Red+Green+Blue) = 175+224+34=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE022 is #501FDD. Grayscale: #BCBCBC. Windows color (decimal): -5251038 or 2285743. OLE color: 2285743.

HSL color Cylindrical-coordinate representation of color #AFE022: hue angle of 75.47º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFE022 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 34 -
CMYK 0.22 0 0.85 0.12
HSL 75.47º 0.75% 0.51% -
HSV(B) 75.47º 0.85% 0.88% -
XYZ 44.62 62.54 11.23 -
YUV 187.69 41.27 118.95 -
System Red Green Blue C M Y K H S L
Decimal 175 224 34 0.22 0 0.85 0.12 75.47 0.75 0.51
Hex AF E0 22 16 0 55 C 4B 4B 33
Octal 257 340 42 26 0 125 14 113 113 63
Binary 10101111 11100000 100010 10110 0 1010101 1100 1001011 1001011 110011

Color Harmonies of #AFE022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE022

Black with #AFE022

Text Example


Text Example

White with #AFE022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE022; }

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

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

background-color css

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

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

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

border-color css

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

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

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