#AAD564

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

Shades of Conifer #AAD564

Tints of Conifer #AAD564

Color information

#AAD564 (or 0xAAD564) is unknown color: approx Conifer. HEX triplet: AA, D5 and 64. RGB value is (170,213,100). Sum of RGB (Red+Green+Blue) = 170+213+100=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD564 is #552A9B. Grayscale: #BBBBBB. Windows color (decimal): -5581468 or 6608298. OLE color: 6608298.

HSL color Cylindrical-coordinate representation of color #AAD564: hue angle of 82.83º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAD564 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB170213100-
CMYK0.2000.530.16
HSL82.83º57.36%61.37%-
HSV(B)82.83º53.05%83.53%-
XYZ42.6757.0520.82-
YUV187.2678.75115.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 213 (83.59% from 255) = 44.10%
BLUE value IS 100 (39.45% from 255) = 20.70%
R=35.20%
G=44.10%
B=20.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702131000.2000.530.1682.8357.3661.37
HexAAD564140351053393d
Octal25232514424065201237175
Binary10101010110101011100100101000110101100001010011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD564; }

 p { color: rgb(170,213,100); }

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

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

 a { background-color: rgb(170,213,100); }

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

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

 span { border-color: rgb(170,213,100); }

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