#ADCD69

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

Shades of Wild Willow #ADCD69

Tints of Wild Willow #ADCD69

Color information

#ADCD69 (or 0xADCD69) is unknown color: approx Wild Willow. HEX triplet: AD, CD and 69. RGB value is (173,205,105). Sum of RGB (Red+Green+Blue) = 173+205+105=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD69 is #523296. Grayscale: #B8B8B8. Windows color (decimal): -5386903 or 6933933. OLE color: 6933933.

HSL color Cylindrical-coordinate representation of color #ADCD69: hue angle of 79.2º 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 #ADCD69 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB173205105-
CMYK0.1600.490.20
HSL79.2º50%60.78%-
HSV(B)79.2º48.78%80.39%-
XYZ41.6153.5721.51-
YUV184.0383.4120.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.82%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 105 (41.41% from 255) = 21.74%
R=35.82%
G=42.44%
B=21.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051050.1600.490.2079.25060.78
HexADCD6910031144f323d
Octal25531515120061241176275
Binary10101101110011011101001100000110001101001001111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD69; }

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

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

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

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

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

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

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

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