Html Css Color HEX #AFDF0F Inch Worm

📋 copy color: '#AFDF0F'

red 175 ◦ green 223 ◦ blue 15

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

Shades of Inch Worm #AFDF0F

Tints of Inch Worm #AFDF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.63%

R = 42.37%
G = 54%
B = 3.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#AFDF0F (or 0xAFDF0F) is known color: Inch Worm. HEX triplet: AF, DF and 0F. RGB value is (175,223,15). Sum of RGB (Red+Green+Blue) = 175+223+15=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDF0F is #5020F0. Grayscale: #B9B9B9. Windows color (decimal): -5251313 or 1040303. OLE color: 1040303.

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

Color convert

RGB 175 223 15 -
CMYK 0.22 0 0.93 0.13
HSL 73.85º 0.87% 0.47% -
HSV(B) 73.85º 0.93% 0.87% -
XYZ 44.15 61.92 10.08 -
YUV 184.94 32.1 120.91 -
System Red Green Blue C M Y K H S L
Decimal 175 223 15 0.22 0 0.93 0.13 73.85 0.87 0.47
Hex AF DF F 16 0 5D D 4A 57 2F
Octal 257 337 17 26 0 135 15 112 127 57
Binary 10101111 11011111 1111 10110 0 1011101 1101 1001010 1010111 101111

Color Harmonies of #AFDF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF0F

Black with #AFDF0F

Text Example


Text Example

White with #AFDF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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