#AAD466

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

Shades of Conifer #AAD466

Tints of Conifer #AAD466

Color information

#AAD466 (or 0xAAD466) is unknown color: approx Conifer. HEX triplet: AA, D4 and 66. RGB value is (170,212,102). Sum of RGB (Red+Green+Blue) = 170+212+102=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD466 is #552B99. Grayscale: #BBBBBB. Windows color (decimal): -5581722 or 6739114. OLE color: 6739114.

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

Color convert

RGB170212102-
CMYK0.2000.520.17
HSL82.91º56.12%61.57%-
HSV(B)82.91º51.89%83.14%-
XYZ42.5256.5921.25-
YUV186.980.09115.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 212 (83.20% from 255) = 43.80%
BLUE value IS 102 (40.23% from 255) = 21.07%
R=35.12%
G=43.80%
B=21.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702121020.2000.520.1782.9156.1261.57
HexAAD466140341153383e
Octal25232414624064211237076
Binary10101010110101001100110101000110100100011010011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD466; }

 p { color: rgb(170,212,102); }

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

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

 a { background-color: rgb(170,212,102); }

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

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

 span { border-color: rgb(170,212,102); }

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