#ACF7B9

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

Shades of Fringy Flower #ACF7B9

Tints of Fringy Flower #ACF7B9

Color information

#ACF7B9 (or 0xACF7B9) is unknown color: approx Fringy Flower. HEX triplet: AC, F7 and B9. RGB value is (172,247,185). Sum of RGB (Red+Green+Blue) = 172+247+185=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 247 (96.88% from 255 or 40.89% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7B9 is #530846. Grayscale: #D9D9D9. Windows color (decimal): -5441607 or 12187564. OLE color: 12187564.

HSL color Cylindrical-coordinate representation of color #ACF7B9: hue angle of 130.4º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7B9 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB172247185-
CMYK0.3000.250.03
HSL130.4º82.42%82.16%-
HSV(B)130.4º30.36%96.86%-
XYZ59.0378.7958-
YUV217.51109.6595.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 247 (96.88% from 255) = 40.89%
BLUE value IS 185 (72.66% from 255) = 30.63%
R=28.48%
G=40.89%
B=30.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722471850.3000.250.03130.482.4282.16
HexACF7B91E0193825252
Octal254367271360313202122122
Binary10101100111101111011100111110011001111000001010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7B9; }

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

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

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

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

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

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

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

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