#AAE646

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

Shades of Conifer #AAE646

Tints of Conifer #AAE646

Color information

#AAE646 (or 0xAAE646) is unknown color: approx Conifer. HEX triplet: AA, E6 and 46. RGB value is (170,230,70). Sum of RGB (Red+Green+Blue) = 170+230+70=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE646 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE646 is #5519B9. Grayscale: #C2C2C2. Windows color (decimal): -5577146 or 4646570. OLE color: 4646570.

HSL color Cylindrical-coordinate representation of color #AAE646: hue angle of 82.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAE646 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB17023070-
CMYK0.2600.700.10
HSL82.5º76.19%58.82%-
HSV(B)82.5º69.57%90.2%-
XYZ45.9865.5816.03-
YUV193.8258.12111.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 230 (90.23% from 255) = 48.94%
BLUE value IS 70 (27.73% from 255) = 14.89%
R=36.17%
G=48.94%
B=14.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal170230700.2600.700.1082.576.1958.82
HexAAE6461A046A524c3b
Octal2523461063201061212211473
Binary101010101110011010001101101001000110101010100101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE646; }

 p { color: rgb(170,230,70); }

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

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

 a { background-color: rgb(170,230,70); }

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

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

 span { border-color: rgb(170,230,70); }

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