#AFC360

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

Shades of Wild Willow #AFC360

Tints of Wild Willow #AFC360

Color information

#AFC360 (or 0xAFC360) is unknown color: approx Wild Willow. HEX triplet: AF, C3 and 60. RGB value is (175,195,96). Sum of RGB (Red+Green+Blue) = 175+195+96=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC360 is #503C9F. Grayscale: #B2B2B2. Windows color (decimal): -5258400 or 6341551. OLE color: 6341551.

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

Color convert

RGB17519596-
CMYK0.1000.510.24
HSL72.12º45.21%57.06%-
HSV(B)72.12º50.77%76.47%-
XYZ39.3148.9918.45-
YUV177.7381.87126.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 195 (76.56% from 255) = 41.85%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=37.55%
G=41.85%
B=20.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175195960.1000.510.2472.1245.2157.06
HexAFC360A03318482d39
Octal25730314012063301105571
Binary1010111111000011110000010100110011110001001000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC360; }

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

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

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

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

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

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

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

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