#AACF47

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

Shades of Conifer #AACF47

Tints of Conifer #AACF47

Color information

#AACF47 (or 0xAACF47) is unknown color: approx Conifer. HEX triplet: AA, CF and 47. RGB value is (170,207,71). Sum of RGB (Red+Green+Blue) = 170+207+71=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACF47 is #5530B8. Grayscale: #B4B4B4. Windows color (decimal): -5583033 or 4706218. OLE color: 4706218.

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

Color convert

RGB17020771-
CMYK0.1800.660.19
HSL76.32º58.62%54.51%-
HSV(B)76.32º65.7%81.18%-
XYZ40.0353.6314.2-
YUV180.4366.24120.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 207 (81.25% from 255) = 46.21%
BLUE value IS 71 (28.12% from 255) = 15.85%
R=37.95%
G=46.21%
B=15.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170207710.1800.660.1976.3258.6254.51
HexAACF4712042134c3b37
Octal252317107220102231147367
Binary101010101100111110001111001001000010100111001100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACF47; }

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

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

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

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

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

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

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

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