#AAE364

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

Shades of Conifer #AAE364

Tints of Conifer #AAE364

Color information

#AAE364 (or 0xAAE364) is unknown color: approx Conifer. HEX triplet: AA, E3 and 64. RGB value is (170,227,100). Sum of RGB (Red+Green+Blue) = 170+227+100=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE364 is #551C9B. Grayscale: #C3C3C3. Windows color (decimal): -5577884 or 6611882. OLE color: 6611882.

HSL color Cylindrical-coordinate representation of color #AAE364: hue angle of 86.93º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAE364 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB170227100-
CMYK0.2500.560.11
HSL86.93º69.4%64.12%-
HSV(B)86.93º55.95%89.02%-
XYZ46.3564.422.05-
YUV195.4874.12109.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 227 (89.06% from 255) = 45.67%
BLUE value IS 100 (39.45% from 255) = 20.12%
R=34.21%
G=45.67%
B=20.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702271000.2500.560.1186.9369.464.12
HexAAE36419038B574540
Octal2523431443107013127105100
Binary101010101110001111001001100101110001011101011110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE364; }

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

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

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

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

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

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

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

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