#ACD76D

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

Shades of Conifer #ACD76D

Tints of Conifer #ACD76D

Color information

#ACD76D (or 0xACD76D) is unknown color: approx Conifer. HEX triplet: AC, D7 and 6D. RGB value is (172,215,109). Sum of RGB (Red+Green+Blue) = 172+215+109=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD76D is #532892. Grayscale: #BEBEBE. Windows color (decimal): -5449875 or 7198636. OLE color: 7198636.

HSL color Cylindrical-coordinate representation of color #ACD76D: hue angle of 84.34º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACD76D is Cyan = 0.2, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB172215109-
CMYK0.200.490.16
HSL84.34º56.99%63.53%-
HSV(B)84.34º49.3%84.31%-
XYZ44.0758.4823.43-
YUV190.0682.25115.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 215 (84.38% from 255) = 43.35%
BLUE value IS 109 (42.97% from 255) = 21.98%
R=34.68%
G=43.35%
B=21.98%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722151090.200.490.1684.3456.9963.53
HexACD76D1403110543940
Octal254327155240612012471100
Binary101011001101011111011011010001100011000010101001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD76D; }

 p { color: rgb(172,215,109); }

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

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

 a { background-color: rgb(172,215,109); }

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

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

 span { border-color: rgb(172,215,109); }

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