Html Css Color HEX #AFD60C Inch Worm

📋 copy color: '#AFD60C'

red 175 ◦ green 214 ◦ blue 12

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

Shades of Inch Worm #AFD60C

Tints of Inch Worm #AFD60C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.37%

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

R = 43.64%
G = 53.37%
B = 2.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#AFD60C (or 0xAFD60C) is known color: Inch Worm. HEX triplet: AF, D6 and 0C. RGB value is (175,214,12). Sum of RGB (Red+Green+Blue) = 175+214+12=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD60C is #5029F3. Grayscale: #B4B4B4. Windows color (decimal): -5253620 or 841391. OLE color: 841391.

HSL color Cylindrical-coordinate representation of color #AFD60C: hue angle of 71.58º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFD60C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 214 12 -
CMYK 0.18 0 0.94 0.16
HSL 71.58º 0.89% 0.44% -
HSV(B) 71.58º 0.94% 0.84% -
XYZ 41.79 57.23 9.19 -
YUV 179.31 33.58 124.93 -
System Red Green Blue C M Y K H S L
Decimal 175 214 12 0.18 0 0.94 0.16 71.58 0.89 0.44
Hex AF D6 C 12 0 5E 10 48 59 2C
Octal 257 326 14 22 0 136 20 110 131 54
Binary 10101111 11010110 1100 10010 0 1011110 10000 1001000 1011001 101100

Color Harmonies of #AFD60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD60C

Black with #AFD60C

Text Example


Text Example

White with #AFD60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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