Html Css Color HEX #ACDCB9 Fringy Flower

📋 copy color: '#ACDCB9'

red 172 ◦ green 220 ◦ blue 185

#ACDCB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #ACDCB9

Tints of Fringy Flower #ACDCB9

RGB

 RED value IS 172 (67.58% from 255) = 29.81%

 GREEN value IS 220 (86.33% from 255) = 38.13%

 BLUE value IS 185 (72.66% from 255) = 32.06%

R = 29.81%
G = 38.13%
B = 32.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#ACDCB9 (or 0xACDCB9) is known color: Fringy Flower. HEX triplet: AC, DC and B9. RGB value is (172,220,185). Sum of RGB (Red+Green+Blue) = 172+220+185=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCB9 is #532346. Grayscale: #C9C9C9. Windows color (decimal): -5448519 or 12180652. OLE color: 12180652.

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

Color convert

RGB 172 220 185 -
CMYK 0.22 0 0.16 0.14
HSL 136.25º 0.41% 0.77% -
HSV(B) 136.25º 0.22% 0.86% -
XYZ 51.36 63.46 55.44 -
YUV 201.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 172 220 185 0.22 0 0.16 0.14 136.25 0.41 0.77
Hex AC DC B9 16 0 10 E 88 29 4D
Octal 254 334 271 26 0 20 16 210 51 115
Binary 10101100 11011100 10111001 10110 0 10000 1110 10001000 101001 1001101

Color Harmonies of #ACDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCB9

Black with #ACDCB9

Text Example


Text Example

White with #ACDCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCB9; }

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

 H1.HeaderClassName
 {
   color: #ACDCB9;
 }
 .AnyTagClassName
 {
   color: #ACDCB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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