Html Css Color HEX #AFDF09 Inch Worm

📋 copy color: '#AFDF09'

red 175 ◦ green 223 ◦ blue 9

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

Shades of Inch Worm #AFDF09

Tints of Inch Worm #AFDF09

RGB

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

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

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

R = 43%
G = 54.79%
B = 2.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#AFDF09 (or 0xAFDF09) is known color: Inch Worm. HEX triplet: AF, DF and 09. RGB value is (175,223,9). Sum of RGB (Red+Green+Blue) = 175+223+9=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDF09 is #5020F6. Grayscale: #B9B9B9. Windows color (decimal): -5251319 or 647087. OLE color: 647087.

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

Color convert

RGB 175 223 9 -
CMYK 0.22 0 0.96 0.13
HSL 73.46º 0.92% 0.45% -
HSV(B) 73.46º 0.96% 0.87% -
XYZ 44.12 61.91 9.88 -
YUV 184.25 29.1 121.4 -
System Red Green Blue C M Y K H S L
Decimal 175 223 9 0.22 0 0.96 0.13 73.46 0.92 0.45
Hex AF DF 9 16 0 60 D 49 5C 2D
Octal 257 337 11 26 0 140 15 111 134 55
Binary 10101111 11011111 1001 10110 0 1100000 1101 1001001 1011100 101101

Color Harmonies of #AFDF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF09

Black with #AFDF09

Text Example


Text Example

White with #AFDF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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