#AAD649

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

Shades of Conifer #AAD649

Tints of Conifer #AAD649

Color information

#AAD649 (or 0xAAD649) is unknown color: approx Conifer. HEX triplet: AA, D6 and 49. RGB value is (170,214,73). Sum of RGB (Red+Green+Blue) = 170+214+73=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD649 is #5529B6. Grayscale: #B9B9B9. Windows color (decimal): -5581239 or 4839082. OLE color: 4839082.

HSL color Cylindrical-coordinate representation of color #AAD649: hue angle of 78.72º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAD649 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB17021473-
CMYK0.2100.660.16
HSL78.72º63.23%56.27%-
HSV(B)78.72º65.89%83.92%-
XYZ41.8357.1215.12-
YUV184.7764.92117.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 214 (83.98% from 255) = 46.83%
BLUE value IS 73 (28.91% from 255) = 15.97%
R=37.20%
G=46.83%
B=15.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170214730.2100.660.1678.7263.2356.27
HexAAD64915042104f3f38
Octal252326111250102201177770
Binary101010101101011010010011010101000010100001001111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD649; }

 p { color: rgb(170,214,73); }

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

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

 a { background-color: rgb(170,214,73); }

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

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

 span { border-color: rgb(170,214,73); }

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