Html Css Color HEX #AFE229 Inch Worm

📋 copy color: '#AFE229'

red 175 ◦ green 226 ◦ blue 41

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

Shades of Inch Worm #AFE229

Tints of Inch Worm #AFE229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.28%

R = 39.59%
G = 51.13%
B = 9.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#AFE229 (or 0xAFE229) is known color: Inch Worm. HEX triplet: AF, E2 and 29. RGB value is (175,226,41). Sum of RGB (Red+Green+Blue) = 175+226+41=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 226 (88.67% from 255 or 51.13% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE229 is #501DD6. Grayscale: #BEBEBE. Windows color (decimal): -5250519 or 2745007. OLE color: 2745007.

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

Color convert

RGB 175 226 41 -
CMYK 0.23 0 0.82 0.11
HSL 76.54º 0.76% 0.52% -
HSV(B) 76.54º 0.82% 0.89% -
XYZ 45.28 63.67 12 -
YUV 189.66 44.1 117.54 -
System Red Green Blue C M Y K H S L
Decimal 175 226 41 0.23 0 0.82 0.11 76.54 0.76 0.52
Hex AF E2 29 17 0 52 B 4D 4C 34
Octal 257 342 51 27 0 122 13 115 114 64
Binary 10101111 11100010 101001 10111 0 1010010 1011 1001101 1001100 110100

Color Harmonies of #AFE229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE229

Black with #AFE229

Text Example


Text Example

White with #AFE229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE229; }

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

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

background-color css

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

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

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

border-color css

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

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

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