#ACD36A

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

Shades of Conifer #ACD36A

Tints of Conifer #ACD36A

Color information

#ACD36A (or 0xACD36A) is unknown color: approx Conifer. HEX triplet: AC, D3 and 6A. RGB value is (172,211,106). Sum of RGB (Red+Green+Blue) = 172+211+106=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD36A is #532C95. Grayscale: #BBBBBB. Windows color (decimal): -5450902 or 7001004. OLE color: 7001004.

HSL color Cylindrical-coordinate representation of color #ACD36A: hue angle of 82.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACD36A is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB172211106-
CMYK0.1800.500.17
HSL82.29º54.4%62.16%-
HSV(B)82.29º49.76%82.75%-
XYZ42.9156.422.26-
YUV187.3782.08117.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 211 (82.81% from 255) = 43.15%
BLUE value IS 106 (41.80% from 255) = 21.68%
R=35.17%
G=43.15%
B=21.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722111060.1800.500.1782.2954.462.16
HexACD36A120321152363e
Octal25432315222062211226676
Binary10101100110100111101010100100110010100011010010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD36A; }

 p { color: rgb(172,211,106); }

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

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

 a { background-color: rgb(172,211,106); }

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

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

 span { border-color: rgb(172,211,106); }

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