#ACD348

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

Shades of Conifer #ACD348

Tints of Conifer #ACD348

Color information

#ACD348 (or 0xACD348) is unknown color: approx Conifer. HEX triplet: AC, D3 and 48. RGB value is (172,211,72). Sum of RGB (Red+Green+Blue) = 172+211+72=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD348 is #532CB7. Grayscale: #B8B8B8. Windows color (decimal): -5450936 or 4772780. OLE color: 4772780.

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

Color convert

RGB17221172-
CMYK0.1800.660.17
HSL76.83º61.23%55.49%-
HSV(B)76.83º65.88%82.75%-
XYZ41.4855.8314.72-
YUV183.4965.08119.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 211 (82.81% from 255) = 46.37%
BLUE value IS 72 (28.52% from 255) = 15.82%
R=37.80%
G=46.37%
B=15.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal172211720.1800.660.1776.8361.2355.49
HexACD34812042114d3d37
Octal254323110220102211157567
Binary101011001101001110010001001001000010100011001101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD348; }

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

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

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

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

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

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

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

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