#ACFFC1

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

Shades of Fringy Flower #ACFFC1

Tints of Fringy Flower #ACFFC1

Color information

#ACFFC1 (or 0xACFFC1) is unknown color: approx Fringy Flower. HEX triplet: AC, FF and C1. RGB value is (172,255,193). Sum of RGB (Red+Green+Blue) = 172+255+193=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFC1 is #53003E. Grayscale: #DFDFDF. Windows color (decimal): -5439551 or 12713900. OLE color: 12713900.

HSL color Cylindrical-coordinate representation of color #ACFFC1: hue angle of 135.18º 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 #ACFFC1 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB172255193-
CMYK0.3300.240
HSL135.18º100%83.73%-
HSV(B)135.18º32.55%100%-
XYZ62.484.1463.4-
YUV223.1211191.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.74%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 193 (75.78% from 255) = 31.13%
R=27.74%
G=41.13%
B=31.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722551930.3300.240135.1810083.73
HexACFFC1210180876454
Octal254377301410300207144124
Binary10101100111111111100000110000101100001000011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFC1; }

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

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

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

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

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

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

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

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