#AACF5C

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

Shades of Conifer #AACF5C

Tints of Conifer #AACF5C

Color information

#AACF5C (or 0xAACF5C) is unknown color: approx Conifer. HEX triplet: AA, CF and 5C. RGB value is (170,207,92). Sum of RGB (Red+Green+Blue) = 170+207+92=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF5C is #5530A3. Grayscale: #B7B7B7. Windows color (decimal): -5583012 or 6082474. OLE color: 6082474.

HSL color Cylindrical-coordinate representation of color #AACF5C: hue angle of 79.3º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AACF5C is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB17020792-
CMYK0.1800.560.19
HSL79.3º54.5%58.63%-
HSV(B)79.3º55.56%81.18%-
XYZ40.8253.9418.39-
YUV182.8376.74118.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 207 (81.25% from 255) = 44.14%
BLUE value IS 92 (36.33% from 255) = 19.62%
R=36.25%
G=44.14%
B=19.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170207920.1800.560.1979.354.558.63
HexAACF5C12038134f373b
Octal25231713422070231176773
Binary10101010110011111011100100100111000100111001111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACF5C; }

 p { color: rgb(170,207,92); }

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

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

 a { background-color: rgb(170,207,92); }

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

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

 span { border-color: rgb(170,207,92); }

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