#AFC365

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

Shades of Wild Willow #AFC365

Tints of Wild Willow #AFC365

Color information

#AFC365 (or 0xAFC365) is unknown color: approx Wild Willow. HEX triplet: AF, C3 and 65. RGB value is (175,195,101). Sum of RGB (Red+Green+Blue) = 175+195+101=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC365 is #503C9A. Grayscale: #B2B2B2. Windows color (decimal): -5258395 or 6669231. OLE color: 6669231.

HSL color Cylindrical-coordinate representation of color #AFC365: hue angle of 72.77º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFC365 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB175195101-
CMYK0.1000.480.24
HSL72.77º43.93%58.04%-
HSV(B)72.77º48.21%76.47%-
XYZ39.5449.0819.7-
YUV178.384.37125.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 195 (76.56% from 255) = 41.40%
BLUE value IS 101 (39.84% from 255) = 21.44%
R=37.15%
G=41.40%
B=21.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951010.1000.480.2472.7743.9358.04
HexAFC365A03018492c3a
Octal25730314512060301115472
Binary1010111111000011110010110100110000110001001001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC365; }

 p { color: rgb(175,195,101); }

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

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

 a { background-color: rgb(175,195,101); }

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

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

 span { border-color: rgb(175,195,101); }

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