#AACC4A

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

Shades of Conifer #AACC4A

Tints of Conifer #AACC4A

Color information

#AACC4A (or 0xAACC4A) is unknown color: approx Conifer. HEX triplet: AA, CC and 4A. RGB value is (170,204,74). Sum of RGB (Red+Green+Blue) = 170+204+74=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC4A is #5533B5. Grayscale: #B3B3B3. Windows color (decimal): -5583798 or 4902058. OLE color: 4902058.

HSL color Cylindrical-coordinate representation of color #AACC4A: hue angle of 75.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AACC4A is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB17020474-
CMYK0.1700.640.2
HSL75.69º56.03%54.51%-
HSV(B)75.69º63.73%80%-
XYZ39.4152.2314.48-
YUV179.0168.74121.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 204 (80.08% from 255) = 45.54%
BLUE value IS 74 (29.30% from 255) = 16.52%
R=37.95%
G=45.54%
B=16.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170204740.1700.640.275.6956.0354.51
HexAACC4A11040144c3837
Octal252314112210100241147067
Binary101010101100110010010101000101000000101001001100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC4A; }

 p { color: rgb(170,204,74); }

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

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

 a { background-color: rgb(170,204,74); }

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

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

 span { border-color: rgb(170,204,74); }

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