#AADA60

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

Shades of Conifer #AADA60

Tints of Conifer #AADA60

Color information

#AADA60 (or 0xAADA60) is unknown color: approx Conifer. HEX triplet: AA, DA and 60. RGB value is (170,218,96). Sum of RGB (Red+Green+Blue) = 170+218+96=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA60 is #55259F. Grayscale: #BEBEBE. Windows color (decimal): -5580192 or 6347434. OLE color: 6347434.

HSL color Cylindrical-coordinate representation of color #AADA60: hue angle of 83.61º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AADA60 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB17021896-
CMYK0.2200.560.15
HSL83.61º62.24%61.57%-
HSV(B)83.61º55.96%85.49%-
XYZ43.7659.5320.25-
YUV189.7475.1113.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 218 (85.55% from 255) = 45.04%
BLUE value IS 96 (37.89% from 255) = 19.83%
R=35.12%
G=45.04%
B=19.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal170218960.2200.560.1583.6162.2461.57
HexAADA6016038F543e3e
Octal25233214026070171247676
Binary1010101011011010110000010110011100011111010100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADA60; }

 p { color: rgb(170,218,96); }

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

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

 a { background-color: rgb(170,218,96); }

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

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

 span { border-color: rgb(170,218,96); }

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