#ACFAB9

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

Shades of Fringy Flower #ACFAB9

Tints of Fringy Flower #ACFAB9

Color information

#ACFAB9 (or 0xACFAB9) is unknown color: approx Fringy Flower. HEX triplet: AC, FA and B9. RGB value is (172,250,185). Sum of RGB (Red+Green+Blue) = 172+250+185=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAB9 is #530546. Grayscale: #DBDBDB. Windows color (decimal): -5440839 or 12188332. OLE color: 12188332.

HSL color Cylindrical-coordinate representation of color #ACFAB9: hue angle of 130º 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 #ACFAB9 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB172250185-
CMYK0.3100.260.02
HSL130º88.64%82.75%-
HSV(B)130º31.2%98.04%-
XYZ59.9680.6458.3-
YUV219.27108.6694.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=28.34%
G=41.19%
B=30.48%

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
Decimal1722501850.3100.260.0213088.6482.75
HexACFAB91F01A2825953
Octal254372271370322202131123
Binary10101100111110101011100111111011010101000001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAB9; }

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

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

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

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

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

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

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

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