Html Css Color HEX #AFDF1C Inch Worm

📋 copy color: '#AFDF1C'

red 175 ◦ green 223 ◦ blue 28

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

Shades of Inch Worm #AFDF1C

Tints of Inch Worm #AFDF1C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.35%

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

R = 41.08%
G = 52.35%
B = 6.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#AFDF1C (or 0xAFDF1C) is known color: Inch Worm. HEX triplet: AF, DF and 1C. RGB value is (175,223,28). Sum of RGB (Red+Green+Blue) = 175+223+28=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF1C is #5020E3. Grayscale: #BBBBBB. Windows color (decimal): -5251300 or 1892271. OLE color: 1892271.

HSL color Cylindrical-coordinate representation of color #AFDF1C: hue angle of 74.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFDF1C is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 28 -
CMYK 0.22 0 0.87 0.13
HSL 74.77º 0.78% 0.49% -
HSV(B) 74.77º 0.87% 0.87% -
XYZ 44.28 61.97 10.73 -
YUV 186.42 38.6 119.86 -
System Red Green Blue C M Y K H S L
Decimal 175 223 28 0.22 0 0.87 0.13 74.77 0.78 0.49
Hex AF DF 1C 16 0 57 D 4B 4E 31
Octal 257 337 34 26 0 127 15 113 116 61
Binary 10101111 11011111 11100 10110 0 1010111 1101 1001011 1001110 110001

Color Harmonies of #AFDF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF1C

Black with #AFDF1C

Text Example


Text Example

White with #AFDF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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