Html Css Color HEX #AFE224 Inch Worm

📋 copy color: '#AFE224'

red 175 ◦ green 226 ◦ blue 36

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

Shades of Inch Worm #AFE224

Tints of Inch Worm #AFE224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.24%

R = 40.05%
G = 51.72%
B = 8.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#AFE224 (or 0xAFE224) is known color: Inch Worm. HEX triplet: AF, E2 and 24. RGB value is (175,226,36). Sum of RGB (Red+Green+Blue) = 175+226+36=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 226 (88.67% from 255 or 51.72% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE224 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE224 is #501DDB. Grayscale: #BDBDBD. Windows color (decimal): -5250524 or 2417327. OLE color: 2417327.

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

Color convert

RGB 175 226 36 -
CMYK 0.23 0 0.84 0.11
HSL 76.11º 0.77% 0.51% -
HSV(B) 76.11º 0.84% 0.89% -
XYZ 45.19 63.63 11.57 -
YUV 189.09 41.6 117.95 -
System Red Green Blue C M Y K H S L
Decimal 175 226 36 0.23 0 0.84 0.11 76.11 0.77 0.51
Hex AF E2 24 17 0 54 B 4C 4D 33
Octal 257 342 44 27 0 124 13 114 115 63
Binary 10101111 11100010 100100 10111 0 1010100 1011 1001100 1001101 110011

Color Harmonies of #AFE224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE224

Black with #AFE224

Text Example


Text Example

White with #AFE224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE224; }

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

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

background-color css

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

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

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

border-color css

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

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

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