#ACD95D

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

Shades of Conifer #ACD95D

Tints of Conifer #ACD95D

Color information

#ACD95D (or 0xACD95D) is unknown color: approx Conifer. HEX triplet: AC, D9 and 5D. RGB value is (172,217,93). Sum of RGB (Red+Green+Blue) = 172+217+93=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD95D is #5326A2. Grayscale: #BDBDBD. Windows color (decimal): -5449379 or 6150572. OLE color: 6150572.

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

Color convert

RGB17221793-
CMYK0.2100.570.15
HSL81.77º62%60.78%-
HSV(B)81.77º57.14%85.1%-
XYZ43.859.1919.47-
YUV189.4173.59115.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 217 (85.16% from 255) = 45.02%
BLUE value IS 93 (36.72% from 255) = 19.29%
R=35.68%
G=45.02%
B=19.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172217930.2100.570.1581.776260.78
HexACD95D15039F523e3d
Octal25433113525071171227675
Binary1010110011011001101110110101011100111111010010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD95D; }

 p { color: rgb(172,217,93); }

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

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

 a { background-color: rgb(172,217,93); }

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

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

 span { border-color: rgb(172,217,93); }

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