Html Css Color HEX #AFE80D Inch Worm

📋 copy color: '#AFE80D'

red 175 ◦ green 232 ◦ blue 13

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

Shades of Inch Worm #AFE80D

Tints of Inch Worm #AFE80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 41.67%
G = 55.24%
B = 3.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#AFE80D (or 0xAFE80D) is known color: Inch Worm. HEX triplet: AF, E8 and 0D. RGB value is (175,232,13). Sum of RGB (Red+Green+Blue) = 175+232+13=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 232 (91.02% from 255 or 55.24% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE80D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE80D is #5017F2. Grayscale: #BEBEBE. Windows color (decimal): -5249011 or 911535. OLE color: 911535.

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

Color convert

RGB 175 232 13 -
CMYK 0.25 0 0.94 0.09
HSL 75.62º 0.89% 0.48% -
HSV(B) 75.62º 0.94% 0.91% -
XYZ 46.61 66.86 10.83 -
YUV 189.99 28.12 117.31 -
System Red Green Blue C M Y K H S L
Decimal 175 232 13 0.25 0 0.94 0.09 75.62 0.89 0.48
Hex AF E8 D 19 0 5E 9 4C 59 30
Octal 257 350 15 31 0 136 11 114 131 60
Binary 10101111 11101000 1101 11001 0 1011110 1001 1001100 1011001 110000

Color Harmonies of #AFE80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE80D

Black with #AFE80D

Text Example


Text Example

White with #AFE80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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