Shades of Fringy Flower #A1F1B7
Tints of Fringy Flower #A1F1B7
RGB
CMYK
RGB Variations
Color information
#A1F1B7 (or 0xA1F1B7) is known color: Fringy Flower. HEX triplet: A1, F1 and B7. RGB value is (161,241,183). Sum of RGB (Red+Green+Blue) = 161+241+183=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F1B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F1B7 is #5E0E48. Grayscale: #D2D2D2. Windows color (decimal): -6164041 or 12054945. OLE color: 12054945.
HSL color Cylindrical-coordinate representation of color #A1F1B7: hue angle of 136.5º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F1B7 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 183 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.05 |
| HSL | 136.5º | 0.74% | 0.79% | - |
| HSV(B) | 136.5º | 0.33% | 0.95% | - |
| XYZ | 54.7 | 73.91 | 56.18 | - |
| YUV | 210.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 183 | 0.33 | 0 | 0.24 | 0.05 | 136.5 | 0.74 | 0.79 |
| Hex | A1 | F1 | B7 | 21 | 0 | 18 | 5 | 88 | 4A | 4F |
| Octal | 241 | 361 | 267 | 41 | 0 | 30 | 5 | 210 | 112 | 117 |
| Binary | 10100001 | 11110001 | 10110111 | 100001 | 0 | 11000 | 101 | 10001000 | 1001010 | 1001111 |
Color Harmonies of #A1F1B7
Complementary color
Monochromatic Colors of #A1F1B7
Black with #A1F1B7
Text Example
Text Example
White with #A1F1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F1B7; }
p { color: rgb(161,241,183); }
H1.HeaderClassName
{
color: #A1F1B7;
}
.AnyTagClassName
{
color: #A1F1B7;
}
</style>
background-color css
<style>
a { background-color: #A1F1B7; }
a { background-color: rgb(161,241,183); }
div.DivClassName
{
background-color: #A1F1B7;
}
.BgClassName
{
background-color: #A1F1B7;
}
</style>
border-color css
<style>
span { border-color: #A1F1B7; }
span { border-color: rgb(161,241,183); }
td.TdClassName
{
border-color: #A1F1B7;
}
.TagClassName
{
border-color: #A1F1B7;
}
</style>