#AFCE64

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

Shades of Wild Willow #AFCE64

Tints of Wild Willow #AFCE64

Color information

#AFCE64 (or 0xAFCE64) is unknown color: approx Wild Willow. HEX triplet: AF, CE and 64. RGB value is (175,206,100). Sum of RGB (Red+Green+Blue) = 175+206+100=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE64 is #50319B. Grayscale: #B9B9B9. Windows color (decimal): -5255580 or 6606511. OLE color: 6606511.

HSL color Cylindrical-coordinate representation of color #AFCE64: hue angle of 77.55º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFCE64 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB175206100-
CMYK0.1500.510.19
HSL77.55º51.96%60%-
HSV(B)77.55º51.46%80.78%-
XYZ42.0554.1820.3-
YUV184.6580.23121.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 206 (80.86% from 255) = 42.83%
BLUE value IS 100 (39.45% from 255) = 20.79%
R=36.38%
G=42.83%
B=20.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061000.1500.510.1977.5551.9660
HexAFCE64F033134e343c
Octal25731614417063231166474
Binary1010111111001110110010011110110011100111001110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCE64; }

 p { color: rgb(175,206,100); }

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

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

 a { background-color: rgb(175,206,100); }

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

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

 span { border-color: rgb(175,206,100); }

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