#ACF164

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

Shades of Conifer #ACF164

Tints of Conifer #ACF164

Color information

#ACF164 (or 0xACF164) is unknown color: approx Conifer. HEX triplet: AC, F1 and 64. RGB value is (172,241,100). Sum of RGB (Red+Green+Blue) = 172+241+100=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF164 is #530E9B. Grayscale: #CCCCCC. Windows color (decimal): -5443228 or 6615468. OLE color: 6615468.

HSL color Cylindrical-coordinate representation of color #ACF164: hue angle of 89.36º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACF164 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB172241100-
CMYK0.2900.590.05
HSL89.36º83.43%66.86%-
HSV(B)89.36º58.51%94.51%-
XYZ50.7772.623.39-
YUV204.369.14104.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 241 (94.53% from 255) = 46.98%
BLUE value IS 100 (39.45% from 255) = 19.49%
R=33.53%
G=46.98%
B=19.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722411000.2900.590.0589.3683.4366.86
HexACF1641D03B5595343
Octal254361144350735131123103
Binary10101100111100011100100111010111011101101100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF164; }

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

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

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

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

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

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

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

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