#ACF065

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

Shades of Conifer #ACF065

Tints of Conifer #ACF065

Color information

#ACF065 (or 0xACF065) is unknown color: approx Conifer. HEX triplet: AC, F0 and 65. RGB value is (172,240,101). Sum of RGB (Red+Green+Blue) = 172+240+101=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF065 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF065 is #530F9A. Grayscale: #CCCCCC. Windows color (decimal): -5443483 or 6680748. OLE color: 6680748.

HSL color Cylindrical-coordinate representation of color #ACF065: hue angle of 89.35º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACF065 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB172240101-
CMYK0.2800.580.06
HSL89.35º82.25%66.86%-
HSV(B)89.35º57.92%94.12%-
XYZ50.5272.0323.55-
YUV203.8269.97105.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 240 (94.14% from 255) = 46.78%
BLUE value IS 101 (39.84% from 255) = 19.69%
R=33.53%
G=46.78%
B=19.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722401010.2800.580.0689.3582.2566.86
HexACF0651C03A6595243
Octal254360145340726131122103
Binary10101100111100001100101111000111010110101100110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF065; }

 p { color: rgb(172,240,101); }

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

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

 a { background-color: rgb(172,240,101); }

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

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

 span { border-color: rgb(172,240,101); }

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