#ACD869

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

Shades of Conifer #ACD869

Tints of Conifer #ACD869

Color information

#ACD869 (or 0xACD869) is unknown color: approx Conifer. HEX triplet: AC, D8 and 69. RGB value is (172,216,105). Sum of RGB (Red+Green+Blue) = 172+216+105=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD869 is #532796. Grayscale: #BEBEBE. Windows color (decimal): -5449623 or 6936748. OLE color: 6936748.

HSL color Cylindrical-coordinate representation of color #ACD869: hue angle of 83.78º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACD869 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB172216105-
CMYK0.2000.510.15
HSL83.78º58.73%62.94%-
HSV(B)83.78º51.39%84.71%-
XYZ44.1258.922.41-
YUV190.1979.92115.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 216 (84.77% from 255) = 43.81%
BLUE value IS 105 (41.41% from 255) = 21.30%
R=34.89%
G=43.81%
B=21.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722161050.2000.510.1583.7858.7362.94
HexACD86914033F543b3f
Octal25433015124063171247377
Binary1010110011011000110100110100011001111111010100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD869; }

 p { color: rgb(172,216,105); }

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

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

 a { background-color: rgb(172,216,105); }

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

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

 span { border-color: rgb(172,216,105); }

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