Html Css Color HEX #ACF5BD Fringy Flower

📋 copy color: '#ACF5BD'

red 172 ◦ green 245 ◦ blue 189

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

Shades of Fringy Flower #ACF5BD

Tints of Fringy Flower #ACF5BD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.43%

 BLUE value IS 189 (74.22% from 255) = 31.19%

R = 28.38%
G = 40.43%
B = 31.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#ACF5BD (or 0xACF5BD) is known color: Fringy Flower. HEX triplet: AC, F5 and BD. RGB value is (172,245,189). Sum of RGB (Red+Green+Blue) = 172+245+189=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5BD is #530A42. Grayscale: #D8D8D8. Windows color (decimal): -5442115 or 12449196. OLE color: 12449196.

HSL color Cylindrical-coordinate representation of color #ACF5BD: hue angle of 133.97º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF5BD is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 189 -
CMYK 0.30 0 0.23 0.04
HSL 133.97º 0.78% 0.82% -
HSV(B) 133.97º 0.3% 0.96% -
XYZ 58.85 77.75 60.05 -
YUV 216.79 112.32 96.05 -
System Red Green Blue C M Y K H S L
Decimal 172 245 189 0.30 0 0.23 0.04 133.97 0.78 0.82
Hex AC F5 BD 1E 0 17 4 86 4E 52
Octal 254 365 275 36 0 27 4 206 116 122
Binary 10101100 11110101 10111101 11110 0 10111 100 10000110 1001110 1010010

Color Harmonies of #ACF5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF5BD

Black with #ACF5BD

Text Example


Text Example

White with #ACF5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF5BD; }

 p { color: rgb(172,245,189); }

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

background-color css

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

 a { background-color: rgb(172,245,189); }

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

border-color css

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

 span { border-color: rgb(172,245,189); }

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