Html Css Color HEX #AFDC1C Inch Worm

📋 copy color: '#AFDC1C'

red 175 ◦ green 220 ◦ blue 28

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

Shades of Inch Worm #AFDC1C

Tints of Inch Worm #AFDC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.62%

R = 41.37%
G = 52.01%
B = 6.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#AFDC1C (or 0xAFDC1C) is known color: Inch Worm. HEX triplet: AF, DC and 1C. RGB value is (175,220,28). Sum of RGB (Red+Green+Blue) = 175+220+28=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC1C is #5023E3. Grayscale: #B9B9B9. Windows color (decimal): -5252068 or 1891503. OLE color: 1891503.

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

Color convert

RGB 175 220 28 -
CMYK 0.20 0 0.87 0.14
HSL 74.06º 0.77% 0.49% -
HSV(B) 74.06º 0.87% 0.86% -
XYZ 43.48 60.38 10.46 -
YUV 184.66 39.59 121.11 -
System Red Green Blue C M Y K H S L
Decimal 175 220 28 0.20 0 0.87 0.14 74.06 0.77 0.49
Hex AF DC 1C 14 0 57 E 4A 4D 31
Octal 257 334 34 24 0 127 16 112 115 61
Binary 10101111 11011100 11100 10100 0 1010111 1110 1001010 1001101 110001

Color Harmonies of #AFDC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC1C

Black with #AFDC1C

Text Example


Text Example

White with #AFDC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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