#AADD5D

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

Shades of Conifer #AADD5D

Tints of Conifer #AADD5D

Color information

#AADD5D (or 0xAADD5D) is unknown color: approx Conifer. HEX triplet: AA, DD and 5D. RGB value is (170,221,93). Sum of RGB (Red+Green+Blue) = 170+221+93=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD5D is #5522A2. Grayscale: #BFBFBF. Windows color (decimal): -5579427 or 6151594. OLE color: 6151594.

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

Color convert

RGB17022193-
CMYK0.2300.580.13
HSL83.91º65.31%61.57%-
HSV(B)83.91º57.92%86.67%-
XYZ44.4161.0519.8-
YUV191.1672.6112.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 221 (86.72% from 255) = 45.66%
BLUE value IS 93 (36.72% from 255) = 19.21%
R=35.12%
G=45.66%
B=19.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170221930.2300.580.1383.9165.3161.57
HexAADD5D1703AD54413e
Octal252335135270721512410176
Binary10101010110111011011101101110111010110110101001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD5D; }

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

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

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

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

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

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

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

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