#AADD6C

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

Shades of Conifer #AADD6C

Tints of Conifer #AADD6C

Color information

#AADD6C (or 0xAADD6C) is unknown color: approx Conifer. HEX triplet: AA, DD and 6C. RGB value is (170,221,108). Sum of RGB (Red+Green+Blue) = 170+221+108=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD6C is #552293. Grayscale: #C1C1C1. Windows color (decimal): -5579412 or 7134634. OLE color: 7134634.

HSL color Cylindrical-coordinate representation of color #AADD6C: hue angle of 87.08º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AADD6C is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB170221108-
CMYK0.2300.510.13
HSL87.08º62.43%64.51%-
HSV(B)87.08º51.13%86.67%-
XYZ45.1461.3423.65-
YUV192.8780.1111.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 221 (86.72% from 255) = 44.29%
BLUE value IS 108 (42.58% from 255) = 21.64%
R=34.07%
G=44.29%
B=21.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211080.2300.510.1387.0862.4364.51
HexAADD6C17033D573e41
Octal252335154270631512776101
Binary10101010110111011101100101110110011110110101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD6C; }

 p { color: rgb(170,221,108); }

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

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

 a { background-color: rgb(170,221,108); }

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

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

 span { border-color: rgb(170,221,108); }

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