Html Css Color HEX #AFDC0B Inch Worm

📋 copy color: '#AFDC0B'

red 175 ◦ green 220 ◦ blue 11

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

Shades of Inch Worm #AFDC0B

Tints of Inch Worm #AFDC0B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.19%

 BLUE value IS 11 (4.69% from 255) = 2.71%

R = 43.1%
G = 54.19%
B = 2.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#AFDC0B (or 0xAFDC0B) is known color: Inch Worm. HEX triplet: AF, DC and 0B. RGB value is (175,220,11). Sum of RGB (Red+Green+Blue) = 175+220+11=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDC0B is #5023F4. Grayscale: #B7B7B7. Windows color (decimal): -5252085 or 777391. OLE color: 777391.

HSL color Cylindrical-coordinate representation of color #AFDC0B: hue angle of 72.92º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFDC0B is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 11 -
CMYK 0.20 0 0.95 0.14
HSL 72.92º 0.9% 0.45% -
HSV(B) 72.92º 0.95% 0.86% -
XYZ 43.33 60.32 9.68 -
YUV 182.72 31.09 122.49 -
System Red Green Blue C M Y K H S L
Decimal 175 220 11 0.20 0 0.95 0.14 72.92 0.9 0.45
Hex AF DC B 14 0 5F E 49 5A 2D
Octal 257 334 13 24 0 137 16 111 132 55
Binary 10101111 11011100 1011 10100 0 1011111 1110 1001001 1011010 101101

Color Harmonies of #AFDC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC0B

Black with #AFDC0B

Text Example


Text Example

White with #AFDC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC0B; }

 p { color: rgb(175,220,11); }

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

background-color css

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

 a { background-color: rgb(175,220,11); }

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

border-color css

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

 span { border-color: rgb(175,220,11); }

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