Html Css Color HEX #AFE013 Inch Worm

📋 copy color: '#AFE013'

red 175 ◦ green 224 ◦ blue 19

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

Shades of Inch Worm #AFE013

Tints of Inch Worm #AFE013

RGB

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

 GREEN value IS 224 (87.89% from 255) = 53.59%

 BLUE value IS 19 (7.81% from 255) = 4.55%

R = 41.87%
G = 53.59%
B = 4.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#AFE013 (or 0xAFE013) is known color: Inch Worm. HEX triplet: AF, E0 and 13. RGB value is (175,224,19). Sum of RGB (Red+Green+Blue) = 175+224+19=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 224 (87.89% from 255 or 53.59% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE013 is #501FEC. Grayscale: #BABABA. Windows color (decimal): -5251053 or 1302703. OLE color: 1302703.

HSL color Cylindrical-coordinate representation of color #AFE013: hue angle of 74.34º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFE013 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 19 -
CMYK 0.22 0 0.92 0.12
HSL 74.34º 0.84% 0.48% -
HSV(B) 74.34º 0.92% 0.88% -
XYZ 44.45 62.47 10.33 -
YUV 185.98 33.77 120.17 -
System Red Green Blue C M Y K H S L
Decimal 175 224 19 0.22 0 0.92 0.12 74.34 0.84 0.48
Hex AF E0 13 16 0 5C C 4A 54 30
Octal 257 340 23 26 0 134 14 112 124 60
Binary 10101111 11100000 10011 10110 0 1011100 1100 1001010 1010100 110000

Color Harmonies of #AFE013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE013

Black with #AFE013

Text Example


Text Example

White with #AFE013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE013; }

 p { color: rgb(175,224,19); }

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

background-color css

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

 a { background-color: rgb(175,224,19); }

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

border-color css

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

 span { border-color: rgb(175,224,19); }

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