#AACF67

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

Shades of Conifer #AACF67

Tints of Conifer #AACF67

Color information

#AACF67 (or 0xAACF67) is unknown color: approx Conifer. HEX triplet: AA, CF and 67. RGB value is (170,207,103). Sum of RGB (Red+Green+Blue) = 170+207+103=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF67 is #553098. Grayscale: #B8B8B8. Windows color (decimal): -5583001 or 6803370. OLE color: 6803370.

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

Color convert

RGB170207103-
CMYK0.1800.500.19
HSL81.35º52%60.78%-
HSV(B)81.35º50.24%81.18%-
XYZ41.3454.1521.11-
YUV184.0882.24117.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 207 (81.25% from 255) = 43.12%
BLUE value IS 103 (40.62% from 255) = 21.46%
R=35.42%
G=43.12%
B=21.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702071030.1800.500.1981.355260.78
HexAACF67120321351343d
Octal25231714722062231216475
Binary10101010110011111100111100100110010100111010001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACF67; }

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

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

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

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

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

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

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

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