#ACD363

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

Shades of Conifer #ACD363

Tints of Conifer #ACD363

Color information

#ACD363 (or 0xACD363) is unknown color: approx Conifer. HEX triplet: AC, D3 and 63. RGB value is (172,211,99). Sum of RGB (Red+Green+Blue) = 172+211+99=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD363 is #532C9C. Grayscale: #BABABA. Windows color (decimal): -5450909 or 6542252. OLE color: 6542252.

HSL color Cylindrical-coordinate representation of color #ACD363: hue angle of 80.89º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACD363 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB17221199-
CMYK0.1800.530.17
HSL80.89º56%60.78%-
HSV(B)80.89º53.08%82.75%-
XYZ42.5656.2620.42-
YUV186.5778.58117.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 211 (82.81% from 255) = 43.78%
BLUE value IS 99 (39.06% from 255) = 20.54%
R=35.68%
G=43.78%
B=20.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal172211990.1800.530.1780.895660.78
HexACD363120351151383d
Octal25432314322065211217075
Binary10101100110100111100011100100110101100011010001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD363; }

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

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

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

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

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

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

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

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