#ACF964

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

Shades of Conifer #ACF964

Tints of Conifer #ACF964

Color information

#ACF964 (or 0xACF964) is unknown color: approx Conifer. HEX triplet: AC, F9 and 64. RGB value is (172,249,100). Sum of RGB (Red+Green+Blue) = 172+249+100=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF964 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF964 is #53069B. Grayscale: #D1D1D1. Windows color (decimal): -5441180 or 6617516. OLE color: 6617516.

HSL color Cylindrical-coordinate representation of color #ACF964: hue angle of 91.01º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACF964 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB172249100-
CMYK0.3100.600.02
HSL91.01º92.55%68.43%-
HSV(B)91.01º59.84%97.65%-
XYZ53.1977.4424.2-
YUV208.9966.49101.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 249 (97.66% from 255) = 47.79%
BLUE value IS 100 (39.45% from 255) = 19.19%
R=33.01%
G=47.79%
B=19.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722491000.3100.600.0291.0192.5568.43
HexACF9641F03C25b5d44
Octal254371144370742133135104
Binary1010110011111001110010011111011110010101101110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF964; }

 p { color: rgb(172,249,100); }

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

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

 a { background-color: rgb(172,249,100); }

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

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

 span { border-color: rgb(172,249,100); }

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