#AAEA66

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

Shades of Conifer #AAEA66

Tints of Conifer #AAEA66

Color information

#AAEA66 (or 0xAAEA66) is unknown color: approx Conifer. HEX triplet: AA, EA and 66. RGB value is (170,234,102). Sum of RGB (Red+Green+Blue) = 170+234+102=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEA66 is #551599. Grayscale: #C8C8C8. Windows color (decimal): -5576090 or 6744746. OLE color: 6744746.

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

Color convert

RGB170234102-
CMYK0.2700.560.08
HSL89.09º75.86%65.88%-
HSV(B)89.09º56.41%91.76%-
XYZ48.468.3523.21-
YUV199.8272.8106.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 234 (91.80% from 255) = 46.25%
BLUE value IS 102 (40.23% from 255) = 20.16%
R=33.60%
G=46.25%
B=20.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702341020.2700.560.0889.0975.8665.88
HexAAEA661B0388594c42
Octal2523521463307010131114102
Binary101010101110101011001101101101110001000101100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEA66; }

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

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

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

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

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

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

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

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