#ADCC69

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

Shades of Wild Willow #ADCC69

Tints of Wild Willow #ADCC69

Color information

#ADCC69 (or 0xADCC69) is unknown color: approx Wild Willow. HEX triplet: AD, CC and 69. RGB value is (173,204,105). Sum of RGB (Red+Green+Blue) = 173+204+105=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC69 is #523396. Grayscale: #B7B7B7. Windows color (decimal): -5387159 or 6933677. OLE color: 6933677.

HSL color Cylindrical-coordinate representation of color #ADCC69: hue angle of 78.79º degrees, saturation: 0.49, 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 #ADCC69 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB173204105-
CMYK0.1500.490.2
HSL78.79º49.25%60.59%-
HSV(B)78.79º48.53%80%-
XYZ41.3853.0921.43-
YUV183.4483.73120.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=35.89%
G=42.32%
B=21.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041050.1500.490.278.7949.2560.59
HexADCC69F031144f313d
Octal25531415117061241176175
Binary1010110111001100110100111110110001101001001111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC69; }

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

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

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

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

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

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

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

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