Html Css Color HEX #AFDF0C Inch Worm

📋 copy color: '#AFDF0C'

red 175 ◦ green 223 ◦ blue 12

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

Shades of Inch Worm #AFDF0C

Tints of Inch Worm #AFDF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.93%

R = 42.68%
G = 54.39%
B = 2.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#AFDF0C (or 0xAFDF0C) is known color: Inch Worm. HEX triplet: AF, DF and 0C. RGB value is (175,223,12). Sum of RGB (Red+Green+Blue) = 175+223+12=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 223 (87.5% from 255 or 54.39% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDF0C is #5020F3. Grayscale: #B9B9B9. Windows color (decimal): -5251316 or 843695. OLE color: 843695.

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

Color convert

RGB 175 223 12 -
CMYK 0.22 0 0.95 0.13
HSL 73.65º 0.9% 0.46% -
HSV(B) 73.65º 0.95% 0.87% -
XYZ 44.13 61.92 9.97 -
YUV 184.59 30.6 121.16 -
System Red Green Blue C M Y K H S L
Decimal 175 223 12 0.22 0 0.95 0.13 73.65 0.9 0.46
Hex AF DF C 16 0 5F D 4A 5A 2E
Octal 257 337 14 26 0 137 15 112 132 56
Binary 10101111 11011111 1100 10110 0 1011111 1101 1001010 1011010 101110

Color Harmonies of #AFDF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF0C

Black with #AFDF0C

Text Example


Text Example

White with #AFDF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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