Html Css Color HEX #AFE324 Inch Worm

📋 copy color: '#AFE324'

red 175 ◦ green 227 ◦ blue 36

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

Shades of Inch Worm #AFE324

Tints of Inch Worm #AFE324

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.83%

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

R = 39.95%
G = 51.83%
B = 8.22%

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

#AFE324 (or 0xAFE324) is known color: Inch Worm. HEX triplet: AF, E3 and 24. RGB value is (175,227,36). Sum of RGB (Red+Green+Blue) = 175+227+36=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 227 (89.06% from 255 or 51.83% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE324 is #501CDB. Grayscale: #BEBEBE. Windows color (decimal): -5250268 or 2417583. OLE color: 2417583.

HSL color Cylindrical-coordinate representation of color #AFE324: hue angle of 76.34º degrees, saturation: 0.77, 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 #AFE324 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 36 -
CMYK 0.23 0 0.84 0.11
HSL 76.34º 0.77% 0.52% -
HSV(B) 76.34º 0.84% 0.89% -
XYZ 45.47 64.18 11.66 -
YUV 189.68 41.27 117.53 -
System Red Green Blue C M Y K H S L
Decimal 175 227 36 0.23 0 0.84 0.11 76.34 0.77 0.52
Hex AF E3 24 17 0 54 B 4C 4D 34
Octal 257 343 44 27 0 124 13 114 115 64
Binary 10101111 11100011 100100 10111 0 1010100 1011 1001100 1001101 110100

Color Harmonies of #AFE324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE324

Black with #AFE324

Text Example


Text Example

White with #AFE324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE324; }

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

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

background-color css

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

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

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

border-color css

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

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

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