#AAE966

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

Shades of Conifer #AAE966

Tints of Conifer #AAE966

Color information

#AAE966 (or 0xAAE966) is unknown color: approx Conifer. HEX triplet: AA, E9 and 66. RGB value is (170,233,102). Sum of RGB (Red+Green+Blue) = 170+233+102=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 233 (91.41% from 255 or 46.14% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE966 is #551699. Grayscale: #C7C7C7. Windows color (decimal): -5576346 or 6744490. OLE color: 6744490.

HSL color Cylindrical-coordinate representation of color #AAE966: hue angle of 88.85º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAE966 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB170233102-
CMYK0.2700.560.09
HSL88.85º74.86%65.69%-
HSV(B)88.85º56.22%91.37%-
XYZ48.1167.7823.12-
YUV199.2373.13107.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 233 (91.41% from 255) = 46.14%
BLUE value IS 102 (40.23% from 255) = 20.20%
R=33.66%
G=46.14%
B=20.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702331020.2700.560.0988.8574.8665.69
HexAAE9661B0389594b42
Octal2523511463307011131113102
Binary101010101110100111001101101101110001001101100110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE966; }

 p { color: rgb(170,233,102); }

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

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

 a { background-color: rgb(170,233,102); }

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

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

 span { border-color: rgb(170,233,102); }

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