Html Css Color HEX #ACF4C0 Fringy Flower

📋 copy color: '#ACF4C0'

red 172 ◦ green 244 ◦ blue 192

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

Shades of Fringy Flower #ACF4C0

Tints of Fringy Flower #ACF4C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.58%

R = 28.29%
G = 40.13%
B = 31.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#ACF4C0 (or 0xACF4C0) is known color: Fringy Flower. HEX triplet: AC, F4 and C0. RGB value is (172,244,192). Sum of RGB (Red+Green+Blue) = 172+244+192=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4C0 is #530B3F. Grayscale: #D8D8D8. Windows color (decimal): -5442368 or 12645548. OLE color: 12645548.

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

Color convert

RGB 172 244 192 -
CMYK 0.30 0 0.21 0.04
HSL 136.67º 0.77% 0.82% -
HSV(B) 136.67º 0.3% 0.96% -
XYZ 58.88 77.28 61.68 -
YUV 216.54 114.15 96.23 -
System Red Green Blue C M Y K H S L
Decimal 172 244 192 0.30 0 0.21 0.04 136.67 0.77 0.82
Hex AC F4 C0 1E 0 15 4 89 4D 52
Octal 254 364 300 36 0 25 4 211 115 122
Binary 10101100 11110100 11000000 11110 0 10101 100 10001001 1001101 1010010

Color Harmonies of #ACF4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF4C0

Black with #ACF4C0

Text Example


Text Example

White with #ACF4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF4C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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