#ACFFC0

Color #ACFFC0 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #ACFFC0

Tints of Fringy Flower #ACFFC0

Color information

#ACFFC0 (or 0xACFFC0) is unknown color: approx Fringy Flower. HEX triplet: AC, FF and C0. RGB value is (172,255,192). Sum of RGB (Red+Green+Blue) = 172+255+192=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFC0 is #53003F. Grayscale: #DFDFDF. Windows color (decimal): -5439552 or 12648364. OLE color: 12648364.

HSL color Cylindrical-coordinate representation of color #ACFFC0: hue angle of 134.46º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFC0 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB172255192-
CMYK0.3300.250
HSL134.46º100%83.73%-
HSV(B)134.46º32.55%100%-
XYZ62.2984.162.82-
YUV223110.591.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.79%
GREEN value IS 255 (100% from 255) = 41.20%
BLUE value IS 192 (75.39% from 255) = 31.02%
R=27.79%
G=41.20%
B=31.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722551920.3300.250134.4610083.73
HexACFFC0210190866454
Octal254377300410310206144124
Binary10101100111111111100000010000101100101000011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFC0; }

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

 H1.HeaderClassName
 {
   color: #ACFFC0;
 }
 .AnyTagClassName
 {
   color: #ACFFC0;
 }
</style>
background-color css

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

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

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

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

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

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