#AADA61

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

Shades of Conifer #AADA61

Tints of Conifer #AADA61

Color information

#AADA61 (or 0xAADA61) is unknown color: approx Conifer. HEX triplet: AA, DA and 61. RGB value is (170,218,97). Sum of RGB (Red+Green+Blue) = 170+218+97=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA61 is #55259E. Grayscale: #BEBEBE. Windows color (decimal): -5580191 or 6412970. OLE color: 6412970.

HSL color Cylindrical-coordinate representation of color #AADA61: hue angle of 83.8º 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 #AADA61 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB17021897-
CMYK0.2200.560.15
HSL83.8º62.05%61.76%-
HSV(B)83.8º55.5%85.49%-
XYZ43.8159.5520.5-
YUV189.8575.6113.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 218 (85.55% from 255) = 44.95%
BLUE value IS 97 (38.28% from 255) = 20%
R=35.05%
G=44.95%
B=20%

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
Decimal170218970.2200.560.1583.862.0561.76
HexAADA6116038F543e3e
Octal25233214126070171247676
Binary1010101011011010110000110110011100011111010100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADA61; }

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

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

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

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

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

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

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

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