Html Css Color HEX #ACF4BD Fringy Flower

📋 copy color: '#ACF4BD'

red 172 ◦ green 244 ◦ blue 189

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

Shades of Fringy Flower #ACF4BD

Tints of Fringy Flower #ACF4BD

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.33%

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

R = 28.43%
G = 40.33%
B = 31.24%

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

#ACF4BD (or 0xACF4BD) is known color: Fringy Flower. HEX triplet: AC, F4 and BD. RGB value is (172,244,189). Sum of RGB (Red+Green+Blue) = 172+244+189=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4BD is #530B42. Grayscale: #D8D8D8. Windows color (decimal): -5442371 or 12448940. OLE color: 12448940.

HSL color Cylindrical-coordinate representation of color #ACF4BD: hue angle of 134.17º degrees, saturation: 0.77, 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 #ACF4BD is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 189 -
CMYK 0.30 0 0.23 0.04
HSL 134.17º 0.77% 0.82% -
HSV(B) 134.17º 0.3% 0.96% -
XYZ 58.55 77.15 59.95 -
YUV 216.2 112.65 96.47 -
System Red Green Blue C M Y K H S L
Decimal 172 244 189 0.30 0 0.23 0.04 134.17 0.77 0.82
Hex AC F4 BD 1E 0 17 4 86 4D 52
Octal 254 364 275 36 0 27 4 206 115 122
Binary 10101100 11110100 10111101 11110 0 10111 100 10000110 1001101 1010010

Color Harmonies of #ACF4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF4BD

Black with #ACF4BD

Text Example


Text Example

White with #ACF4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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