#AAD364

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

Shades of Conifer #AAD364

Tints of Conifer #AAD364

Color information

#AAD364 (or 0xAAD364) is unknown color: approx Conifer. HEX triplet: AA, D3 and 64. RGB value is (170,211,100). Sum of RGB (Red+Green+Blue) = 170+211+100=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD364 is #552C9B. Grayscale: #BABABA. Windows color (decimal): -5581980 or 6607786. OLE color: 6607786.

HSL color Cylindrical-coordinate representation of color #AAD364: hue angle of 82.16º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAD364 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB170211100-
CMYK0.1900.530.17
HSL82.16º55.78%60.98%-
HSV(B)82.16º52.61%82.75%-
XYZ42.1756.0520.65-
YUV186.0979.42116.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 211 (82.81% from 255) = 43.87%
BLUE value IS 100 (39.45% from 255) = 20.79%
R=35.34%
G=43.87%
B=20.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702111000.1900.530.1782.1655.7860.98
HexAAD364130351152383d
Octal25232314423065211227075
Binary10101010110100111100100100110110101100011010010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD364; }

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

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

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

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

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

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

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

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