#AACE63

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

Shades of Conifer #AACE63

Tints of Conifer #AACE63

Color information

#AACE63 (or 0xAACE63) is unknown color: approx Conifer. HEX triplet: AA, CE and 63. RGB value is (170,206,99). Sum of RGB (Red+Green+Blue) = 170+206+99=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACE63 is #55319C. Grayscale: #B7B7B7. Windows color (decimal): -5583261 or 6540970. OLE color: 6540970.

HSL color Cylindrical-coordinate representation of color #AACE63: hue angle of 80.19º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AACE63 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB17020699-
CMYK0.1700.520.19
HSL80.19º52.2%59.8%-
HSV(B)80.19º51.94%80.78%-
XYZ40.953.5919.99-
YUV183.0480.57118.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 206 (80.86% from 255) = 43.37%
BLUE value IS 99 (39.06% from 255) = 20.84%
R=35.79%
G=43.37%
B=20.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170206990.1700.520.1980.1952.259.8
HexAACE63110341350343c
Octal25231614321064231206474
Binary10101010110011101100011100010110100100111010000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACE63; }

 p { color: rgb(170,206,99); }

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

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

 a { background-color: rgb(170,206,99); }

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

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

 span { border-color: rgb(170,206,99); }

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