Shades of Fringy Flower #ACF3B7
Tints of Fringy Flower #ACF3B7
RGB
CMYK
RGB Variations
Color information
#ACF3B7 (or 0xACF3B7) is known color: Fringy Flower. HEX triplet: AC, F3 and B7. RGB value is (172,243,183). Sum of RGB (Red+Green+Blue) = 172+243+183=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3B7 is #530C48. Grayscale: #D7D7D7. Windows color (decimal): -5442633 or 12055468. OLE color: 12055468.
HSL color Cylindrical-coordinate representation of color #ACF3B7: hue angle of 129.3º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF3B7 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 183 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.05 |
| HSL | 129.3º | 0.75% | 0.81% | - |
| HSV(B) | 129.3º | 0.29% | 0.95% | - |
| XYZ | 57.61 | 76.29 | 56.49 | - |
| YUV | 214.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 183 | 0.29 | 0 | 0.25 | 0.05 | 129.3 | 0.75 | 0.81 |
| Hex | AC | F3 | B7 | 1D | 0 | 19 | 5 | 81 | 4B | 51 |
| Octal | 254 | 363 | 267 | 35 | 0 | 31 | 5 | 201 | 113 | 121 |
| Binary | 10101100 | 11110011 | 10110111 | 11101 | 0 | 11001 | 101 | 10000001 | 1001011 | 1010001 |
Color Harmonies of #ACF3B7
Complementary color
Monochromatic Colors of #ACF3B7
Black with #ACF3B7
Text Example
Text Example
White with #ACF3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3B7; }
p { color: rgb(172,243,183); }
H1.HeaderClassName
{
color: #ACF3B7;
}
.AnyTagClassName
{
color: #ACF3B7;
}
</style>
background-color css
<style>
a { background-color: #ACF3B7; }
a { background-color: rgb(172,243,183); }
div.DivClassName
{
background-color: #ACF3B7;
}
.BgClassName
{
background-color: #ACF3B7;
}
</style>
border-color css
<style>
span { border-color: #ACF3B7; }
span { border-color: rgb(172,243,183); }
td.TdClassName
{
border-color: #ACF3B7;
}
.TagClassName
{
border-color: #ACF3B7;
}
</style>