#aadd6b

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

Shades of Conifer #AADD6B

Tints of Conifer #AADD6B

Color information

#AADD6B (or 0xAADD6B) is unknown color: approx Conifer. HEX triplet: AA, DD and 6B. RGB value is (170,221,107). Sum of RGB (Red+Green+Blue) = 170+221+107=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD6B is #552294. Grayscale: #C1C1C1. Windows color (decimal): -5579413 or 7069098. OLE color: 7069098.

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

Color convert

RGB170221107-
CMYK0.2300.520.13
HSL86.84º62.64%64.31%-
HSV(B)86.84º51.58%86.67%-
XYZ45.0961.3223.37-
YUV192.7679.6111.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 221 (86.72% from 255) = 44.38%
BLUE value IS 107 (42.19% from 255) = 21.49%
R=34.14%
G=44.38%
B=21.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211070.2300.520.1386.8462.6464.31
HexAADD6B17034D573f40
Octal252335153270641512777100
Binary10101010110111011101011101110110100110110101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aadd6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aadd6b; }

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

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

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

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

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

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

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

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