Shades of Fringy Flower #A5F3B7
Tints of Fringy Flower #A5F3B7
RGB
CMYK
RGB Variations
Color information
#A5F3B7 (or 0xA5F3B7) is known color: Fringy Flower. HEX triplet: A5, F3 and B7. RGB value is (165,243,183). Sum of RGB (Red+Green+Blue) = 165+243+183=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F3B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F3B7 is #5A0C48. Grayscale: #D5D5D5. Windows color (decimal): -5901385 or 12055461. OLE color: 12055461.
HSL color Cylindrical-coordinate representation of color #A5F3B7: hue angle of 133.85º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F3B7 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 243 | 183 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.05 |
| HSL | 133.85º | 0.76% | 0.8% | - |
| HSV(B) | 133.85º | 0.32% | 0.95% | - |
| XYZ | 56.11 | 75.52 | 56.42 | - |
| YUV | 212.84 | 111.16 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 243 | 183 | 0.32 | 0 | 0.25 | 0.05 | 133.85 | 0.76 | 0.8 |
| Hex | A5 | F3 | B7 | 20 | 0 | 19 | 5 | 86 | 4C | 50 |
| Octal | 245 | 363 | 267 | 40 | 0 | 31 | 5 | 206 | 114 | 120 |
| Binary | 10100101 | 11110011 | 10110111 | 100000 | 0 | 11001 | 101 | 10000110 | 1001100 | 1010000 |
Color Harmonies of #A5F3B7
Complementary color
Monochromatic Colors of #A5F3B7
Black with #A5F3B7
Text Example
Text Example
White with #A5F3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F3B7; }
p { color: rgb(165,243,183); }
H1.HeaderClassName
{
color: #A5F3B7;
}
.AnyTagClassName
{
color: #A5F3B7;
}
</style>
background-color css
<style>
a { background-color: #A5F3B7; }
a { background-color: rgb(165,243,183); }
div.DivClassName
{
background-color: #A5F3B7;
}
.BgClassName
{
background-color: #A5F3B7;
}
</style>
border-color css
<style>
span { border-color: #A5F3B7; }
span { border-color: rgb(165,243,183); }
td.TdClassName
{
border-color: #A5F3B7;
}
.TagClassName
{
border-color: #A5F3B7;
}
</style>