#ACD565

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

Shades of Conifer #ACD565

Tints of Conifer #ACD565

Color information

#ACD565 (or 0xACD565) is unknown color: approx Conifer. HEX triplet: AC, D5 and 65. RGB value is (172,213,101). Sum of RGB (Red+Green+Blue) = 172+213+101=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD565 is #532A9A. Grayscale: #BCBCBC. Windows color (decimal): -5450395 or 6673836. OLE color: 6673836.

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

Color convert

RGB172213101-
CMYK0.1900.530.16
HSL81.96º57.14%61.57%-
HSV(B)81.96º52.58%83.53%-
XYZ43.1657.321.1-
YUV187.9778.92116.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 213 (83.59% from 255) = 43.83%
BLUE value IS 101 (39.84% from 255) = 20.78%
R=35.39%
G=43.83%
B=20.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722131010.1900.530.1681.9657.1461.57
HexACD565130351052393e
Octal25432514523065201227176
Binary10101100110101011100101100110110101100001010010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD565; }

 p { color: rgb(172,213,101); }

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

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

 a { background-color: rgb(172,213,101); }

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

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

 span { border-color: rgb(172,213,101); }

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