Shades of Fringy Flower #A1F4B7
Tints of Fringy Flower #A1F4B7
RGB
CMYK
RGB Variations
Color information
#A1F4B7 (or 0xA1F4B7) is known color: Fringy Flower. HEX triplet: A1, F4 and B7. RGB value is (161,244,183). Sum of RGB (Red+Green+Blue) = 161+244+183=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F4B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F4B7 is #5E0B48. Grayscale: #D4D4D4. Windows color (decimal): -6163273 or 12055713. OLE color: 12055713.
HSL color Cylindrical-coordinate representation of color #A1F4B7: hue angle of 135.9º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1F4B7 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 244 | 183 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.04 |
| HSL | 135.9º | 0.79% | 0.79% | - |
| HSV(B) | 135.9º | 0.34% | 0.96% | - |
| XYZ | 55.6 | 75.7 | 56.48 | - |
| YUV | 212.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 244 | 183 | 0.34 | 0 | 0.25 | 0.04 | 135.9 | 0.79 | 0.79 |
| Hex | A1 | F4 | B7 | 22 | 0 | 19 | 4 | 88 | 4F | 4F |
| Octal | 241 | 364 | 267 | 42 | 0 | 31 | 4 | 210 | 117 | 117 |
| Binary | 10100001 | 11110100 | 10110111 | 100010 | 0 | 11001 | 100 | 10001000 | 1001111 | 1001111 |
Color Harmonies of #A1F4B7
Complementary color
Monochromatic Colors of #A1F4B7
Black with #A1F4B7
Text Example
Text Example
White with #A1F4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F4B7; }
p { color: rgb(161,244,183); }
H1.HeaderClassName
{
color: #A1F4B7;
}
.AnyTagClassName
{
color: #A1F4B7;
}
</style>
background-color css
<style>
a { background-color: #A1F4B7; }
a { background-color: rgb(161,244,183); }
div.DivClassName
{
background-color: #A1F4B7;
}
.BgClassName
{
background-color: #A1F4B7;
}
</style>
border-color css
<style>
span { border-color: #A1F4B7; }
span { border-color: rgb(161,244,183); }
td.TdClassName
{
border-color: #A1F4B7;
}
.TagClassName
{
border-color: #A1F4B7;
}
</style>