Html Css Color HEX #ACF7C2 Fringy Flower

📋 copy color: '#ACF7C2'

red 172 ◦ green 247 ◦ blue 194

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

Shades of Fringy Flower #ACF7C2

Tints of Fringy Flower #ACF7C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.65%

R = 28.06%
G = 40.29%
B = 31.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#ACF7C2 (or 0xACF7C2) is known color: Fringy Flower. HEX triplet: AC, F7 and C2. RGB value is (172,247,194). Sum of RGB (Red+Green+Blue) = 172+247+194=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7C2 is #53083D. Grayscale: #DADADA. Windows color (decimal): -5441598 or 12777388. OLE color: 12777388.

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

Color convert

RGB 172 247 194 -
CMYK 0.30 0 0.21 0.03
HSL 137.6º 0.82% 0.82% -
HSV(B) 137.6º 0.3% 0.97% -
XYZ 60.01 79.19 63.16 -
YUV 218.53 114.15 94.81 -
System Red Green Blue C M Y K H S L
Decimal 172 247 194 0.30 0 0.21 0.03 137.6 0.82 0.82
Hex AC F7 C2 1E 0 15 3 8A 52 52
Octal 254 367 302 36 0 25 3 212 122 122
Binary 10101100 11110111 11000010 11110 0 10101 11 10001010 1010010 1010010

Color Harmonies of #ACF7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7C2

Black with #ACF7C2

Text Example


Text Example

White with #ACF7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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