#AADD5A

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

Shades of Conifer #AADD5A

Tints of Conifer #AADD5A

Color information

#AADD5A (or 0xAADD5A) is unknown color: approx Conifer. HEX triplet: AA, DD and 5A. RGB value is (170,221,90). Sum of RGB (Red+Green+Blue) = 170+221+90=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD5A is #5522A5. Grayscale: #BFBFBF. Windows color (decimal): -5579430 or 5954986. OLE color: 5954986.

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

Color convert

RGB17022190-
CMYK0.2300.590.13
HSL83.36º65.83%60.98%-
HSV(B)83.36º59.28%86.67%-
XYZ44.286119.11-
YUV190.8271.1113.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 221 (86.72% from 255) = 45.95%
BLUE value IS 90 (35.55% from 255) = 18.71%
R=35.34%
G=45.95%
B=18.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170221900.2300.590.1383.3665.8360.98
HexAADD5A1703BD53423d
Octal252335132270731512310275
Binary10101010110111011011010101110111011110110100111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD5A; }

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

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

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

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

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

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

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

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