Html Css Color HEX #ACF4BC Fringy Flower

📋 copy color: '#ACF4BC'

red 172 ◦ green 244 ◦ blue 188

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

Shades of Fringy Flower #ACF4BC

Tints of Fringy Flower #ACF4BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.13%

R = 28.48%
G = 40.4%
B = 31.13%

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

#ACF4BC (or 0xACF4BC) is known color: Fringy Flower. HEX triplet: AC, F4 and BC. RGB value is (172,244,188). Sum of RGB (Red+Green+Blue) = 172+244+188=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4BC is #530B43. Grayscale: #D8D8D8. Windows color (decimal): -5442372 or 12383404. OLE color: 12383404.

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

Color convert

RGB 172 244 188 -
CMYK 0.30 0 0.23 0.04
HSL 133.33º 0.77% 0.82% -
HSV(B) 133.33º 0.3% 0.96% -
XYZ 58.44 77.1 59.38 -
YUV 216.09 112.15 96.55 -
System Red Green Blue C M Y K H S L
Decimal 172 244 188 0.30 0 0.23 0.04 133.33 0.77 0.82
Hex AC F4 BC 1E 0 17 4 85 4D 52
Octal 254 364 274 36 0 27 4 205 115 122
Binary 10101100 11110100 10111100 11110 0 10111 100 10000101 1001101 1010010

Color Harmonies of #ACF4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF4BC

Black with #ACF4BC

Text Example


Text Example

White with #ACF4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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