#AAEE6A

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

Shades of Conifer #AAEE6A

Tints of Conifer #AAEE6A

Color information

#AAEE6A (or 0xAAEE6A) is unknown color: approx Conifer. HEX triplet: AA, EE and 6A. RGB value is (170,238,106). Sum of RGB (Red+Green+Blue) = 170+238+106=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEE6A is #551195. Grayscale: #CBCBCB. Windows color (decimal): -5575062 or 7007914. OLE color: 7007914.

HSL color Cylindrical-coordinate representation of color #AAEE6A: hue angle of 90.91º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAEE6A is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB170238106-
CMYK0.2900.550.07
HSL90.91º79.52%67.45%-
HSV(B)90.91º55.46%93.33%-
XYZ49.7570.7424.67-
YUV202.6273.47104.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 238 (93.36% from 255) = 46.30%
BLUE value IS 106 (41.80% from 255) = 20.62%
R=33.07%
G=46.30%
B=20.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702381060.2900.550.0790.9179.5267.45
HexAAEE6A1D03775b5043
Octal252356152350677133120103
Binary10101010111011101101010111010110111111101101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEE6A; }

 p { color: rgb(170,238,106); }

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

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

 a { background-color: rgb(170,238,106); }

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

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

 span { border-color: rgb(170,238,106); }

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