#ACCF67

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

Shades of Conifer #ACCF67

Tints of Conifer #ACCF67

Color information

#ACCF67 (or 0xACCF67) is unknown color: approx Conifer. HEX triplet: AC, CF and 67. RGB value is (172,207,103). Sum of RGB (Red+Green+Blue) = 172+207+103=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF67 is #533098. Grayscale: #B9B9B9. Windows color (decimal): -5451929 or 6803372. OLE color: 6803372.

HSL color Cylindrical-coordinate representation of color #ACCF67: hue angle of 80.19º 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 #ACCF67 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB172207103-
CMYK0.1700.500.19
HSL80.19º52%60.78%-
HSV(B)80.19º50.24%81.18%-
XYZ41.7754.3821.13-
YUV184.6881.9118.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 103 (40.62% from 255) = 21.37%
R=35.68%
G=42.95%
B=21.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071030.1700.500.1980.195260.78
HexACCF67110321350343d
Octal25431714721062231206475
Binary10101100110011111100111100010110010100111010000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCF67; }

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

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

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

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

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

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

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

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