Html Css Color HEX #AFDC13 Inch Worm

📋 copy color: '#AFDC13'

red 175 ◦ green 220 ◦ blue 19

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

Shades of Inch Worm #AFDC13

Tints of Inch Worm #AFDC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.59%

R = 42.27%
G = 53.14%
B = 4.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#AFDC13 (or 0xAFDC13) is known color: Inch Worm. HEX triplet: AF, DC and 13. RGB value is (175,220,19). Sum of RGB (Red+Green+Blue) = 175+220+19=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDC13 is #5023EC. Grayscale: #B8B8B8. Windows color (decimal): -5252077 or 1301679. OLE color: 1301679.

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

Color convert

RGB 175 220 19 -
CMYK 0.20 0 0.91 0.14
HSL 73.43º 0.84% 0.47% -
HSV(B) 73.43º 0.91% 0.86% -
XYZ 43.39 60.35 9.98 -
YUV 183.63 35.09 121.84 -
System Red Green Blue C M Y K H S L
Decimal 175 220 19 0.20 0 0.91 0.14 73.43 0.84 0.47
Hex AF DC 13 14 0 5B E 49 54 2F
Octal 257 334 23 24 0 133 16 111 124 57
Binary 10101111 11011100 10011 10100 0 1011011 1110 1001001 1010100 101111

Color Harmonies of #AFDC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC13

Black with #AFDC13

Text Example


Text Example

White with #AFDC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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