#AAEE6B

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

Shades of Conifer #AAEE6B

Tints of Conifer #AAEE6B

Color information

#AAEE6B (or 0xAAEE6B) is unknown color: approx Conifer. HEX triplet: AA, EE and 6B. RGB value is (170,238,107). Sum of RGB (Red+Green+Blue) = 170+238+107=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEE6B is #551194. Grayscale: #CBCBCB. Windows color (decimal): -5575061 or 7073450. OLE color: 7073450.

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

Color convert

RGB170238107-
CMYK0.2900.550.07
HSL91.15º79.39%67.65%-
HSV(B)91.15º55.04%93.33%-
XYZ49.8170.7624.94-
YUV202.7373.97104.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 238 (93.36% from 255) = 46.21%
BLUE value IS 107 (42.19% from 255) = 20.78%
R=33.01%
G=46.21%
B=20.78%

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
Decimal1702381070.2900.550.0791.1579.3967.65
HexAAEE6B1D03775b4f44
Octal252356153350677133117104
Binary10101010111011101101011111010110111111101101110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEE6B; }

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

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

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

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

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

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

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

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