Html Css Color HEX #AFE424 Inch Worm

📋 copy color: '#AFE424'

red 175 ◦ green 228 ◦ blue 36

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

Shades of Inch Worm #AFE424

Tints of Inch Worm #AFE424

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.94%

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

R = 39.86%
G = 51.94%
B = 8.2%

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

#AFE424 (or 0xAFE424) is known color: Inch Worm. HEX triplet: AF, E4 and 24. RGB value is (175,228,36). Sum of RGB (Red+Green+Blue) = 175+228+36=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 228 (89.45% from 255 or 51.94% from 439); Blue value is 36 (14.45% from 255 or 8.20% from 439); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE424 is #501BDB. Grayscale: #BEBEBE. Windows color (decimal): -5250012 or 2417839. OLE color: 2417839.

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

Color convert

RGB 175 228 36 -
CMYK 0.23 0 0.84 0.11
HSL 76.56º 0.78% 0.52% -
HSV(B) 76.56º 0.84% 0.89% -
XYZ 45.74 64.73 11.75 -
YUV 190.27 40.94 117.11 -
System Red Green Blue C M Y K H S L
Decimal 175 228 36 0.23 0 0.84 0.11 76.56 0.78 0.52
Hex AF E4 24 17 0 54 B 4D 4E 34
Octal 257 344 44 27 0 124 13 115 116 64
Binary 10101111 11100100 100100 10111 0 1010100 1011 1001101 1001110 110100

Color Harmonies of #AFE424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE424

Black with #AFE424

Text Example


Text Example

White with #AFE424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE424; }

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

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

background-color css

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

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

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

border-color css

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

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

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