#AFC161

Color #AFC161 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #AFC161

Tints of Wild Willow #AFC161

Color information

#AFC161 (or 0xAFC161) is unknown color: approx Wild Willow. HEX triplet: AF, C1 and 61. RGB value is (175,193,97). Sum of RGB (Red+Green+Blue) = 175+193+97=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC161 is #503E9E. Grayscale: #B1B1B1. Windows color (decimal): -5258911 or 6406575. OLE color: 6406575.

HSL color Cylindrical-coordinate representation of color #AFC161: hue angle of 71.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFC161 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB17519397-
CMYK0.0900.500.24
HSL71.25º43.64%56.86%-
HSV(B)71.25º49.74%75.69%-
XYZ38.9148.1218.55-
YUV176.6783.04126.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 193 (75.78% from 255) = 41.51%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=37.63%
G=41.51%
B=20.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175193970.0900.500.2471.2543.6456.86
HexAFC161903218472c39
Octal25730114111062301075471
Binary1010111111000001110000110010110010110001000111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC161; }

 p { color: rgb(175,193,97); }

 H1.HeaderClassName
 {
   color: #AFC161;
 }
 .AnyTagClassName
 {
   color: #AFC161;
 }
</style>
background-color css

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

 a { background-color: rgb(175,193,97); }

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

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

 span { border-color: rgb(175,193,97); }

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