#ACDA68

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

Shades of Conifer #ACDA68

Tints of Conifer #ACDA68

Color information

#ACDA68 (or 0xACDA68) is unknown color: approx Conifer. HEX triplet: AC, DA and 68. RGB value is (172,218,104). Sum of RGB (Red+Green+Blue) = 172+218+104=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDA68 is #532597. Grayscale: #BFBFBF. Windows color (decimal): -5449112 or 6871724. OLE color: 6871724.

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

Color convert

RGB172218104-
CMYK0.2100.520.15
HSL84.21º60.64%63.14%-
HSV(B)84.21º52.29%85.49%-
XYZ44.5859.9122.31-
YUV191.2578.76114.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 104 (41.02% from 255) = 21.05%
R=34.82%
G=44.13%
B=21.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722181040.2100.520.1584.2160.6463.14
HexACDA6815034F543d3f
Octal25433215025064171247577
Binary1010110011011010110100010101011010011111010100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDA68; }

 p { color: rgb(172,218,104); }

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

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

 a { background-color: rgb(172,218,104); }

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

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

 span { border-color: rgb(172,218,104); }

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