#ACD649

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

Shades of Conifer #ACD649

Tints of Conifer #ACD649

Color information

#ACD649 (or 0xACD649) is unknown color: approx Conifer. HEX triplet: AC, D6 and 49. RGB value is (172,214,73). Sum of RGB (Red+Green+Blue) = 172+214+73=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD649 is #5329B6. Grayscale: #B9B9B9. Windows color (decimal): -5450167 or 4839084. OLE color: 4839084.

HSL color Cylindrical-coordinate representation of color #ACD649: hue angle of 77.87º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACD649 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB17221473-
CMYK0.2000.660.16
HSL77.87º63.23%56.27%-
HSV(B)77.87º65.89%83.92%-
XYZ42.2657.3415.14-
YUV185.3764.59118.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 214 (83.98% from 255) = 46.62%
BLUE value IS 73 (28.91% from 255) = 15.90%
R=37.47%
G=46.62%
B=15.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172214730.2000.660.1677.8763.2356.27
HexACD64914042104e3f38
Octal254326111240102201167770
Binary101011001101011010010011010001000010100001001110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD649; }

 p { color: rgb(172,214,73); }

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

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

 a { background-color: rgb(172,214,73); }

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

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

 span { border-color: rgb(172,214,73); }

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