Html Css Color HEX #AFE122 Inch Worm

📋 copy color: '#AFE122'

red 175 ◦ green 225 ◦ blue 34

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

Shades of Inch Worm #AFE122

Tints of Inch Worm #AFE122

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.84%

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

R = 40.32%
G = 51.84%
B = 7.83%

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

#AFE122 (or 0xAFE122) is known color: Inch Worm. HEX triplet: AF, E1 and 22. RGB value is (175,225,34). Sum of RGB (Red+Green+Blue) = 175+225+34=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE122 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE122 is #501EDD. Grayscale: #BCBCBC. Windows color (decimal): -5250782 or 2285999. OLE color: 2285999.

HSL color Cylindrical-coordinate representation of color #AFE122: hue angle of 75.71º degrees, saturation: 0.76, 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 #AFE122 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 34 -
CMYK 0.22 0 0.85 0.12
HSL 75.71º 0.76% 0.51% -
HSV(B) 75.71º 0.85% 0.88% -
XYZ 44.89 63.08 11.32 -
YUV 188.28 40.94 118.53 -
System Red Green Blue C M Y K H S L
Decimal 175 225 34 0.22 0 0.85 0.12 75.71 0.76 0.51
Hex AF E1 22 16 0 55 C 4C 4C 33
Octal 257 341 42 26 0 125 14 114 114 63
Binary 10101111 11100001 100010 10110 0 1010101 1100 1001100 1001100 110011

Color Harmonies of #AFE122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE122

Black with #AFE122

Text Example


Text Example

White with #AFE122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE122; }

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

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

background-color css

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

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

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

border-color css

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

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

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