Shades of Fringy Flower #A1EDB7
Tints of Fringy Flower #A1EDB7
RGB
CMYK
RGB Variations
Color information
#A1EDB7 (or 0xA1EDB7) is known color: Fringy Flower. HEX triplet: A1, ED and B7. RGB value is (161,237,183). Sum of RGB (Red+Green+Blue) = 161+237+183=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EDB7 is #5E1248. Grayscale: #D0D0D0. Windows color (decimal): -6165065 or 12053921. OLE color: 12053921.
HSL color Cylindrical-coordinate representation of color #A1EDB7: hue angle of 137.37º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EDB7 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 161 | 237 | 183 | - |
CMYK | 0.32 | 0 | 0.23 | 0.07 |
HSL | 137.37º | 0.68% | 0.78% | - |
HSV(B) | 137.37º | 0.32% | 0.93% | - |
XYZ | 53.53 | 71.56 | 55.79 | - |
YUV | 208.12 | 113.82 | 94.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 237 | 183 | 0.32 | 0 | 0.23 | 0.07 | 137.37 | 0.68 | 0.78 |
Hex | A1 | ED | B7 | 20 | 0 | 17 | 7 | 89 | 44 | 4E |
Octal | 241 | 355 | 267 | 40 | 0 | 27 | 7 | 211 | 104 | 116 |
Binary | 10100001 | 11101101 | 10110111 | 100000 | 0 | 10111 | 111 | 10001001 | 1000100 | 1001110 |
Color Harmonies of #A1EDB7
Complementary color
Monochromatic Colors of #A1EDB7
Black with #A1EDB7
Text Example
Text Example
White with #A1EDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EDB7; }
p { color: rgb(161,237,183); }
H1.HeaderClassName
{
color: #A1EDB7;
}
.AnyTagClassName
{
color: #A1EDB7;
}
</style>
background-color css
<style>
a { background-color: #A1EDB7; }
a { background-color: rgb(161,237,183); }
div.DivClassName
{
background-color: #A1EDB7;
}
.BgClassName
{
background-color: #A1EDB7;
}
</style>
border-color css
<style>
span { border-color: #A1EDB7; }
span { border-color: rgb(161,237,183); }
td.TdClassName
{
border-color: #A1EDB7;
}
.TagClassName
{
border-color: #A1EDB7;
}
</style>