#AFCD69

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

Shades of Wild Willow #AFCD69

Tints of Wild Willow #AFCD69

Color information

#AFCD69 (or 0xAFCD69) is unknown color: approx Wild Willow. HEX triplet: AF, CD and 69. RGB value is (175,205,105). Sum of RGB (Red+Green+Blue) = 175+205+105=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD69 is #503296. Grayscale: #B9B9B9. Windows color (decimal): -5255831 or 6933935. OLE color: 6933935.

HSL color Cylindrical-coordinate representation of color #AFCD69: hue angle of 78º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFCD69 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB175205105-
CMYK0.1500.490.20
HSL78º50%60.78%-
HSV(B)78º48.78%80.39%-
XYZ42.0653.821.53-
YUV184.6383.06121.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 105 (41.41% from 255) = 21.65%
R=36.08%
G=42.27%
B=21.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051050.1500.490.20785060.78
HexAFCD69F031144e323d
Octal25731515117061241166275
Binary1010111111001101110100111110110001101001001110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD69; }

 p { color: rgb(175,205,105); }

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

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

 a { background-color: rgb(175,205,105); }

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

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

 span { border-color: rgb(175,205,105); }

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