#ACD445

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

Shades of Conifer #ACD445

Tints of Conifer #ACD445

Color information

#ACD445 (or 0xACD445) is unknown color: approx Conifer. HEX triplet: AC, D4 and 45. RGB value is (172,212,69). Sum of RGB (Red+Green+Blue) = 172+212+69=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD445 is #532BBA. Grayscale: #B8B8B8. Windows color (decimal): -5450683 or 4576428. OLE color: 4576428.

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

Color convert

RGB17221269-
CMYK0.1900.670.17
HSL76.78º62.45%55.1%-
HSV(B)76.78º67.45%83.14%-
XYZ41.6356.2914.3-
YUV183.7463.25119.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 212 (83.20% from 255) = 46.80%
BLUE value IS 69 (27.34% from 255) = 15.23%
R=37.97%
G=46.80%
B=15.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal172212690.1900.670.1776.7862.4555.1
HexACD44513043114d3e37
Octal254324105230103211157667
Binary101011001101010010001011001101000011100011001101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD445; }

 p { color: rgb(172,212,69); }

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

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

 a { background-color: rgb(172,212,69); }

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

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

 span { border-color: rgb(172,212,69); }

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