#ACD69E

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

Shades of Madang #ACD69E

Tints of Madang #ACD69E

Color information

#ACD69E (or 0xACD69E) is unknown color: approx Madang. HEX triplet: AC, D6 and 9E. RGB value is (172,214,158). Sum of RGB (Red+Green+Blue) = 172+214+158=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD69E is #532961. Grayscale: #C3C3C3. Windows color (decimal): -5450082 or 10409644. OLE color: 10409644.

HSL color Cylindrical-coordinate representation of color #ACD69E: hue angle of 105º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD69E is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB172214158-
CMYK0.2000.260.16
HSL105º40.58%72.94%-
HSV(B)105º26.17%83.92%-
XYZ47.2359.3341.31-
YUV195.06107.09111.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 214 (83.98% from 255) = 39.34%
BLUE value IS 158 (62.11% from 255) = 29.04%
R=31.62%
G=39.34%
B=29.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722141580.2000.260.1610540.5872.94
HexACD69E1401A10692949
Octal254326236240322015151111
Binary101011001101011010011110101000110101000011010011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD69E; }

 p { color: rgb(172,214,158); }

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

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

 a { background-color: rgb(172,214,158); }

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

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

 span { border-color: rgb(172,214,158); }

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