#ACDDB9

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

Shades of Fringy Flower #ACDDB9

Tints of Fringy Flower #ACDDB9

Color information

#ACDDB9 (or 0xACDDB9) is unknown color: approx Fringy Flower. HEX triplet: AC, DD and B9. RGB value is (172,221,185). Sum of RGB (Red+Green+Blue) = 172+221+185=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDB9 is #532246. Grayscale: #CACACA. Windows color (decimal): -5448263 or 12180908. OLE color: 12180908.

HSL color Cylindrical-coordinate representation of color #ACDDB9: hue angle of 135.92º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDB9 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB172221185-
CMYK0.2200.160.13
HSL135.92º41.88%77.06%-
HSV(B)135.92º22.17%86.67%-
XYZ51.6363.9955.53-
YUV202.24118.27106.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 221 (86.72% from 255) = 38.24%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=29.76%
G=38.24%
B=32.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211850.2200.160.13135.9241.8877.06
HexACDDB916010D882a4d
Octal254335271260201521052115
Binary101011001101110110111001101100100001101100010001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDB9; }

 p { color: rgb(172,221,185); }

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

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

 a { background-color: rgb(172,221,185); }

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

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

 span { border-color: rgb(172,221,185); }

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