#AADC63

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

Shades of Conifer #AADC63

Tints of Conifer #AADC63

Color information

#AADC63 (or 0xAADC63) is unknown color: approx Conifer. HEX triplet: AA, DC and 63. RGB value is (170,220,99). Sum of RGB (Red+Green+Blue) = 170+220+99=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC63 is #55239C. Grayscale: #BFBFBF. Windows color (decimal): -5579677 or 6544554. OLE color: 6544554.

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

Color convert

RGB17022099-
CMYK0.2300.550.14
HSL84.79º63.35%62.55%-
HSV(B)84.79º55%86.27%-
XYZ44.4260.6321.17-
YUV191.2675.94112.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 220 (86.33% from 255) = 44.99%
BLUE value IS 99 (39.06% from 255) = 20.25%
R=34.76%
G=44.99%
B=20.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170220990.2300.550.1484.7963.3562.55
HexAADC6317037E553f3f
Octal25233414327067161257777
Binary1010101011011100110001110111011011111101010101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC63; }

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

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

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

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

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

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

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

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