#ACF567

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

Shades of Conifer #ACF567

Tints of Conifer #ACF567

Color information

#ACF567 (or 0xACF567) is unknown color: approx Conifer. HEX triplet: AC, F5 and 67. RGB value is (172,245,103). Sum of RGB (Red+Green+Blue) = 172+245+103=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF567 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF567 is #530A98. Grayscale: #CFCFCF. Windows color (decimal): -5442201 or 6813100. OLE color: 6813100.

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

Color convert

RGB172245103-
CMYK0.3000.580.04
HSL90.85º87.65%68.24%-
HSV(B)90.85º57.96%96.08%-
XYZ52.1175.0524.57-
YUV206.9869.32103.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 245 (96.09% from 255) = 47.12%
BLUE value IS 103 (40.62% from 255) = 19.81%
R=33.08%
G=47.12%
B=19.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722451030.3000.580.0490.8587.6568.24
HexACF5671E03A45b5844
Octal254365147360724133130104
Binary10101100111101011100111111100111010100101101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF567; }

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

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

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

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

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

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

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

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