Html Css Color HEX #ACF7BC Fringy Flower

📋 copy color: '#ACF7BC'

red 172 ◦ green 247 ◦ blue 188

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

Shades of Fringy Flower #ACF7BC

Tints of Fringy Flower #ACF7BC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.69%

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

R = 28.34%
G = 40.69%
B = 30.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#ACF7BC (or 0xACF7BC) is known color: Fringy Flower. HEX triplet: AC, F7 and BC. RGB value is (172,247,188). Sum of RGB (Red+Green+Blue) = 172+247+188=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7BC is #530843. Grayscale: #DADADA. Windows color (decimal): -5441604 or 12384172. OLE color: 12384172.

HSL color Cylindrical-coordinate representation of color #ACF7BC: hue angle of 132.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7BC is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 247 188 -
CMYK 0.30 0 0.24 0.03
HSL 132.8º 0.82% 0.82% -
HSV(B) 132.8º 0.3% 0.97% -
XYZ 59.35 78.92 59.68 -
YUV 217.85 111.15 95.3 -
System Red Green Blue C M Y K H S L
Decimal 172 247 188 0.30 0 0.24 0.03 132.8 0.82 0.82
Hex AC F7 BC 1E 0 18 3 85 52 52
Octal 254 367 274 36 0 30 3 205 122 122
Binary 10101100 11110111 10111100 11110 0 11000 11 10000101 1010010 1010010

Color Harmonies of #ACF7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7BC

Black with #ACF7BC

Text Example


Text Example

White with #ACF7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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