#AADC69

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

Shades of Conifer #AADC69

Tints of Conifer #AADC69

Color information

#AADC69 (or 0xAADC69) is unknown color: approx Conifer. HEX triplet: AA, DC and 69. RGB value is (170,220,105). Sum of RGB (Red+Green+Blue) = 170+220+105=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC69 is #552396. Grayscale: #C0C0C0. Windows color (decimal): -5579671 or 6937770. OLE color: 6937770.

HSL color Cylindrical-coordinate representation of color #AADC69: hue angle of 86.09º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AADC69 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB170220105-
CMYK0.2300.520.14
HSL86.09º62.16%63.73%-
HSV(B)86.09º52.27%86.27%-
XYZ44.7260.7522.73-
YUV191.9478.94112.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 220 (86.33% from 255) = 44.44%
BLUE value IS 105 (41.41% from 255) = 21.21%
R=34.34%
G=44.44%
B=21.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201050.2300.520.1486.0962.1663.73
HexAADC6917034E563e40
Octal252334151270641612676100
Binary10101010110111001101001101110110100111010101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC69; }

 p { color: rgb(170,220,105); }

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

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

 a { background-color: rgb(170,220,105); }

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

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

 span { border-color: rgb(170,220,105); }

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