#ACFEC1

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

Shades of Fringy Flower #ACFEC1

Tints of Fringy Flower #ACFEC1

Color information

#ACFEC1 (or 0xACFEC1) is unknown color: approx Fringy Flower. HEX triplet: AC, FE and C1. RGB value is (172,254,193). Sum of RGB (Red+Green+Blue) = 172+254+193=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEC1 is #53013E. Grayscale: #DEDEDE. Windows color (decimal): -5439807 or 12713644. OLE color: 12713644.

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

Color convert

RGB172254193-
CMYK0.3200.240.00
HSL135.37º97.62%83.53%-
HSV(B)135.37º32.28%99.61%-
XYZ62.0883.563.3-
YUV222.53111.3391.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.79%
GREEN value IS 254 (99.61% from 255) = 41.03%
BLUE value IS 193 (75.78% from 255) = 31.18%
R=27.79%
G=41.03%
B=31.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722541930.3200.240.00135.3797.6283.53
HexACFEC1200180876254
Octal254376301400300207142124
Binary10101100111111101100000110000001100001000011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEC1; }

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

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

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

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

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

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

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

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