Html Css Color HEX #AFDA0C Inch Worm

📋 copy color: '#AFDA0C'

red 175 ◦ green 218 ◦ blue 12

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

Shades of Inch Worm #AFDA0C

Tints of Inch Worm #AFDA0C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.83%

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

R = 43.21%
G = 53.83%
B = 2.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#AFDA0C (or 0xAFDA0C) is known color: Inch Worm. HEX triplet: AF, DA and 0C. RGB value is (175,218,12). Sum of RGB (Red+Green+Blue) = 175+218+12=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 218 (85.55% from 255 or 53.83% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDA0C is #5025F3. Grayscale: #B6B6B6. Windows color (decimal): -5252596 or 842415. OLE color: 842415.

HSL color Cylindrical-coordinate representation of color #AFDA0C: hue angle of 72.52º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFDA0C is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 12 -
CMYK 0.20 0 0.94 0.15
HSL 72.52º 0.9% 0.45% -
HSV(B) 72.52º 0.94% 0.85% -
XYZ 42.82 59.28 9.53 -
YUV 181.66 32.25 123.25 -
System Red Green Blue C M Y K H S L
Decimal 175 218 12 0.20 0 0.94 0.15 72.52 0.9 0.45
Hex AF DA C 14 0 5E F 49 5A 2D
Octal 257 332 14 24 0 136 17 111 132 55
Binary 10101111 11011010 1100 10100 0 1011110 1111 1001001 1011010 101101

Color Harmonies of #AFDA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA0C

Black with #AFDA0C

Text Example


Text Example

White with #AFDA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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