Html Css Color HEX #AFD20D Inch Worm

📋 copy color: '#AFD20D'

red 175 ◦ green 210 ◦ blue 13

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

Shades of Inch Worm #AFD20D

Tints of Inch Worm #AFD20D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.76%

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

R = 43.97%
G = 52.76%
B = 3.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#AFD20D (or 0xAFD20D) is known color: Inch Worm. HEX triplet: AF, D2 and 0D. RGB value is (175,210,13). Sum of RGB (Red+Green+Blue) = 175+210+13=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD20D is #502DF2. Grayscale: #B1B1B1. Windows color (decimal): -5254643 or 905903. OLE color: 905903.

HSL color Cylindrical-coordinate representation of color #AFD20D: hue angle of 70.66º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFD20D is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 13 -
CMYK 0.17 0 0.94 0.18
HSL 70.66º 0.88% 0.44% -
HSV(B) 70.66º 0.94% 0.82% -
XYZ 40.8 55.24 8.89 -
YUV 177.08 35.4 126.52 -
System Red Green Blue C M Y K H S L
Decimal 175 210 13 0.17 0 0.94 0.18 70.66 0.88 0.44
Hex AF D2 D 11 0 5E 12 47 58 2C
Octal 257 322 15 21 0 136 22 107 130 54
Binary 10101111 11010010 1101 10001 0 1011110 10010 1000111 1011000 101100

Color Harmonies of #AFD20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD20D

Black with #AFD20D

Text Example


Text Example

White with #AFD20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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