Html Css Color HEX #AFE21C Inch Worm

📋 copy color: '#AFE21C'

red 175 ◦ green 226 ◦ blue 28

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

Shades of Inch Worm #AFE21C

Tints of Inch Worm #AFE21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.53%

R = 40.79%
G = 52.68%
B = 6.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#AFE21C (or 0xAFE21C) is known color: Inch Worm. HEX triplet: AF, E2 and 1C. RGB value is (175,226,28). Sum of RGB (Red+Green+Blue) = 175+226+28=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 226 (88.67% from 255 or 52.68% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE21C is #501DE3. Grayscale: #BCBCBC. Windows color (decimal): -5250532 or 1893039. OLE color: 1893039.

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

Color convert

RGB 175 226 28 -
CMYK 0.23 0 0.88 0.11
HSL 75.45º 0.78% 0.5% -
HSV(B) 75.45º 0.88% 0.89% -
XYZ 45.09 63.59 11 -
YUV 188.18 37.6 118.6 -
System Red Green Blue C M Y K H S L
Decimal 175 226 28 0.23 0 0.88 0.11 75.45 0.78 0.5
Hex AF E2 1C 17 0 58 B 4B 4E 32
Octal 257 342 34 27 0 130 13 113 116 62
Binary 10101111 11100010 11100 10111 0 1011000 1011 1001011 1001110 110010

Color Harmonies of #AFE21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE21C

Black with #AFE21C

Text Example


Text Example

White with #AFE21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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