Html Css Color HEX #AFDC17 Inch Worm

📋 copy color: '#AFDC17'

red 175 ◦ green 220 ◦ blue 23

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

Shades of Inch Worm #AFDC17

Tints of Inch Worm #AFDC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.5%

R = 41.87%
G = 52.63%
B = 5.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#AFDC17 (or 0xAFDC17) is known color: Inch Worm. HEX triplet: AF, DC and 17. RGB value is (175,220,23). Sum of RGB (Red+Green+Blue) = 175+220+23=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDC17 is #5023E8. Grayscale: #B8B8B8. Windows color (decimal): -5252073 or 1563823. OLE color: 1563823.

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

Color convert

RGB 175 220 23 -
CMYK 0.20 0 0.90 0.14
HSL 73.71º 0.81% 0.48% -
HSV(B) 73.71º 0.9% 0.86% -
XYZ 43.43 60.36 10.17 -
YUV 184.09 37.09 121.52 -
System Red Green Blue C M Y K H S L
Decimal 175 220 23 0.20 0 0.90 0.14 73.71 0.81 0.48
Hex AF DC 17 14 0 5A E 4A 51 30
Octal 257 334 27 24 0 132 16 112 121 60
Binary 10101111 11011100 10111 10100 0 1011010 1110 1001010 1010001 110000

Color Harmonies of #AFDC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC17

Black with #AFDC17

Text Example


Text Example

White with #AFDC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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