#AAE565

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

Shades of Conifer #AAE565

Tints of Conifer #AAE565

Color information

#AAE565 (or 0xAAE565) is unknown color: approx Conifer. HEX triplet: AA, E5 and 65. RGB value is (170,229,101). Sum of RGB (Red+Green+Blue) = 170+229+101=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE565 is #551A9A. Grayscale: #C5C5C5. Windows color (decimal): -5577371 or 6677930. OLE color: 6677930.

HSL color Cylindrical-coordinate representation of color #AAE565: hue angle of 87.66º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAE565 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB170229101-
CMYK0.2600.560.10
HSL87.66º71.11%64.71%-
HSV(B)87.66º55.9%89.8%-
XYZ46.9565.5222.49-
YUV196.7773.95108.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 229 (89.84% from 255) = 45.8%
BLUE value IS 101 (39.84% from 255) = 20.2%
R=34%
G=45.8%
B=20.2%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702291010.2600.560.1087.6671.1164.71
HexAAE5651A038A584741
Octal2523451453207012130107101
Binary101010101110010111001011101001110001010101100010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE565; }

 p { color: rgb(170,229,101); }

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

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

 a { background-color: rgb(170,229,101); }

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

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

 span { border-color: rgb(170,229,101); }

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