#AADC65

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

Shades of Conifer #AADC65

Tints of Conifer #AADC65

Color information

#AADC65 (or 0xAADC65) is unknown color: approx Conifer. HEX triplet: AA, DC and 65. RGB value is (170,220,101). Sum of RGB (Red+Green+Blue) = 170+220+101=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC65 is #55239A. Grayscale: #BFBFBF. Windows color (decimal): -5579675 or 6675626. OLE color: 6675626.

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

Color convert

RGB170220101-
CMYK0.2300.540.14
HSL85.21º62.96%62.94%-
HSV(B)85.21º54.09%86.27%-
XYZ44.5260.6721.68-
YUV191.4876.94112.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 220 (86.33% from 255) = 44.81%
BLUE value IS 101 (39.84% from 255) = 20.57%
R=34.62%
G=44.81%
B=20.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201010.2300.540.1485.2162.9662.94
HexAADC6517036E553f3f
Octal25233414527066161257777
Binary1010101011011100110010110111011011011101010101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC65; }

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

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

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

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

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

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

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

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