#ACF663

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

Shades of Conifer #ACF663

Tints of Conifer #ACF663

Color information

#ACF663 (or 0xACF663) is unknown color: approx Conifer. HEX triplet: AC, F6 and 63. RGB value is (172,246,99). Sum of RGB (Red+Green+Blue) = 172+246+99=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 99 (39.06% from 255 or 19.15% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF663 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF663 is #53099C. Grayscale: #CFCFCF. Windows color (decimal): -5441949 or 6551212. OLE color: 6551212.

HSL color Cylindrical-coordinate representation of color #ACF663: hue angle of 90.2º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACF663 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB17224699-
CMYK0.3000.600.04
HSL90.2º89.09%67.65%-
HSV(B)90.2º59.76%96.47%-
XYZ52.2275.5823.64-
YUV207.1266.98102.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 246 (96.48% from 255) = 47.58%
BLUE value IS 99 (39.06% from 255) = 19.15%
R=33.27%
G=47.58%
B=19.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal172246990.3000.600.0490.289.0967.65
HexACF6631E03C45a5944
Octal254366143360744132131104
Binary10101100111101101100011111100111100100101101010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF663; }

 p { color: rgb(172,246,99); }

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

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

 a { background-color: rgb(172,246,99); }

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

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

 span { border-color: rgb(172,246,99); }

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