#ACF655

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

Shades of Conifer #ACF655

Tints of Conifer #ACF655

Color information

#ACF655 (or 0xACF655) is unknown color: approx Conifer. HEX triplet: AC, F6 and 55. RGB value is (172,246,85). Sum of RGB (Red+Green+Blue) = 172+246+85=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF655 is #5309AA. Grayscale: #CECECE. Windows color (decimal): -5441963 or 5633708. OLE color: 5633708.

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

Color convert

RGB17224685-
CMYK0.3000.650.04
HSL87.58º89.94%64.9%-
HSV(B)87.58º65.45%96.47%-
XYZ51.6175.3420.42-
YUV205.5259.98104.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 246 (96.48% from 255) = 48.91%
BLUE value IS 85 (33.59% from 255) = 16.90%
R=34.19%
G=48.91%
B=16.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal172246850.3000.650.0487.5889.9464.9
HexACF6551E0414585a41
Octal2543661253601014130132101
Binary101011001111011010101011111001000001100101100010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF655; }

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

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

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

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

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

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

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

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