Html Css Color HEX #AFE813 Inch Worm

📋 copy color: '#AFE813'

red 175 ◦ green 232 ◦ blue 19

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

Shades of Inch Worm #AFE813

Tints of Inch Worm #AFE813

RGB

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

 GREEN value IS 232 (91.02% from 255) = 54.46%

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

R = 41.08%
G = 54.46%
B = 4.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#AFE813 (or 0xAFE813) is known color: Inch Worm. HEX triplet: AF, E8 and 13. RGB value is (175,232,19). Sum of RGB (Red+Green+Blue) = 175+232+19=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 232 (91.02% from 255 or 54.46% from 426); Blue value is 19 (7.81% from 255 or 4.46% from 426); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE813 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE813 is #5017EC. Grayscale: #BFBFBF. Windows color (decimal): -5249005 or 1304751. OLE color: 1304751.

HSL color Cylindrical-coordinate representation of color #AFE813: hue angle of 76.06º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFE813 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 19 -
CMYK 0.25 0 0.92 0.09
HSL 76.06º 0.85% 0.49% -
HSV(B) 76.06º 0.92% 0.91% -
XYZ 46.65 66.87 11.07 -
YUV 190.68 31.12 116.82 -
System Red Green Blue C M Y K H S L
Decimal 175 232 19 0.25 0 0.92 0.09 76.06 0.85 0.49
Hex AF E8 13 19 0 5C 9 4C 55 31
Octal 257 350 23 31 0 134 11 114 125 61
Binary 10101111 11101000 10011 11001 0 1011100 1001 1001100 1010101 110001

Color Harmonies of #AFE813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE813

Black with #AFE813

Text Example


Text Example

White with #AFE813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE813; }

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

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

background-color css

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

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

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

border-color css

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

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

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