#AFC865

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

Shades of Wild Willow #AFC865

Tints of Wild Willow #AFC865

Color information

#AFC865 (or 0xAFC865) is unknown color: approx Wild Willow. HEX triplet: AF, C8 and 65. RGB value is (175,200,101). Sum of RGB (Red+Green+Blue) = 175+200+101=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC865 is #50379A. Grayscale: #B5B5B5. Windows color (decimal): -5257115 or 6670511. OLE color: 6670511.

HSL color Cylindrical-coordinate representation of color #AFC865: hue angle of 75.15º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFC865 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB175200101-
CMYK0.1200.490.22
HSL75.15º47.37%59.02%-
HSV(B)75.15º49.5%78.43%-
XYZ40.6851.3620.08-
YUV181.2482.72123.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 200 (78.52% from 255) = 42.02%
BLUE value IS 101 (39.84% from 255) = 21.22%
R=36.76%
G=42.02%
B=21.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001010.1200.490.2275.1547.3759.02
HexAFC865C031164b2f3b
Octal25731014514061261135773
Binary1010111111001000110010111000110001101101001011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC865; }

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

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

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

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

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

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

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

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