#ACF9BF

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

Shades of Fringy Flower #ACF9BF

Tints of Fringy Flower #ACF9BF

Color information

#ACF9BF (or 0xACF9BF) is unknown color: approx Fringy Flower. HEX triplet: AC, F9 and BF. RGB value is (172,249,191). Sum of RGB (Red+Green+Blue) = 172+249+191=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF9BF is #530640. Grayscale: #DBDBDB. Windows color (decimal): -5441089 or 12581292. OLE color: 12581292.

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

Color convert

RGB172249191-
CMYK0.3100.230.02
HSL134.81º86.52%82.55%-
HSV(B)134.81º30.92%97.65%-
XYZ60.2980.2861.61-
YUV219.36111.9994.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.10%
GREEN value IS 249 (97.66% from 255) = 40.69%
BLUE value IS 191 (75% from 255) = 31.21%
R=28.10%
G=40.69%
B=31.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722491910.3100.230.02134.8186.5282.55
HexACF9BF1F0172875753
Octal254371277370272207127123
Binary10101100111110011011111111111010111101000011110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF9BF; }

 p { color: rgb(172,249,191); }

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

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

 a { background-color: rgb(172,249,191); }

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

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

 span { border-color: rgb(172,249,191); }

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