Html Css Color HEX #AFDC09 Inch Worm

📋 copy color: '#AFDC09'

red 175 ◦ green 220 ◦ blue 9

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

Shades of Inch Worm #AFDC09

Tints of Inch Worm #AFDC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.23%

R = 43.32%
G = 54.46%
B = 2.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#AFDC09 (or 0xAFDC09) is known color: Inch Worm. HEX triplet: AF, DC and 09. RGB value is (175,220,9). Sum of RGB (Red+Green+Blue) = 175+220+9=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDC09 is #5023F6. Grayscale: #B7B7B7. Windows color (decimal): -5252087 or 646319. OLE color: 646319.

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

Color convert

RGB 175 220 9 -
CMYK 0.20 0 0.96 0.14
HSL 72.8º 0.92% 0.45% -
HSV(B) 72.8º 0.96% 0.86% -
XYZ 43.32 60.32 9.62 -
YUV 182.49 30.09 122.66 -
System Red Green Blue C M Y K H S L
Decimal 175 220 9 0.20 0 0.96 0.14 72.8 0.92 0.45
Hex AF DC 9 14 0 60 E 49 5C 2D
Octal 257 334 11 24 0 140 16 111 134 55
Binary 10101111 11011100 1001 10100 0 1100000 1110 1001001 1011100 101101

Color Harmonies of #AFDC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC09

Black with #AFDC09

Text Example


Text Example

White with #AFDC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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