#ACFABA

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

Shades of Fringy Flower #ACFABA

Tints of Fringy Flower #ACFABA

Color information

#ACFABA (or 0xACFABA) is unknown color: approx Fringy Flower. HEX triplet: AC, FA and BA. RGB value is (172,250,186). Sum of RGB (Red+Green+Blue) = 172+250+186=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFABA is #530545. Grayscale: #DBDBDB. Windows color (decimal): -5440838 or 12253868. OLE color: 12253868.

HSL color Cylindrical-coordinate representation of color #ACFABA: hue angle of 130.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFABA is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB172250186-
CMYK0.3100.260.02
HSL130.77º88.64%82.75%-
HSV(B)130.77º31.2%98.04%-
XYZ60.0680.6958.86-
YUV219.38109.1694.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.29%
GREEN value IS 250 (98.05% from 255) = 41.12%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=28.29%
G=41.12%
B=30.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722501860.3100.260.02130.7788.6482.75
HexACFABA1F01A2835953
Octal254372272370322203131123
Binary10101100111110101011101011111011010101000001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFABA; }

 p { color: rgb(172,250,186); }

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

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

 a { background-color: rgb(172,250,186); }

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

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

 span { border-color: rgb(172,250,186); }

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