Shades of Fringy Flower #A5F9B8
Tints of Fringy Flower #A5F9B8
RGB
CMYK
RGB Variations
Color information
#A5F9B8 (or 0xA5F9B8) is known color: Fringy Flower. HEX triplet: A5, F9 and B8. RGB value is (165,249,184). Sum of RGB (Red+Green+Blue) = 165+249+184=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 184 (72.27% from 255 or 30.77% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F9B8 is #5A0647. Grayscale: #D8D8D8. Windows color (decimal): -5899848 or 12122533. OLE color: 12122533.
HSL color Cylindrical-coordinate representation of color #A5F9B8: hue angle of 133.57º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5F9B8 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 249 | 184 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.02 |
| HSL | 133.57º | 0.88% | 0.81% | - |
| HSV(B) | 133.57º | 0.34% | 0.98% | - |
| XYZ | 58.04 | 79.21 | 57.58 | - |
| YUV | 216.47 | 109.67 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 249 | 184 | 0.34 | 0 | 0.26 | 0.02 | 133.57 | 0.88 | 0.81 |
| Hex | A5 | F9 | B8 | 22 | 0 | 1A | 2 | 86 | 58 | 51 |
| Octal | 245 | 371 | 270 | 42 | 0 | 32 | 2 | 206 | 130 | 121 |
| Binary | 10100101 | 11111001 | 10111000 | 100010 | 0 | 11010 | 10 | 10000110 | 1011000 | 1010001 |
Color Harmonies of #A5F9B8
Complementary color
Monochromatic Colors of #A5F9B8
Black with #A5F9B8
Text Example
Text Example
White with #A5F9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F9B8; }
p { color: rgb(165,249,184); }
H1.HeaderClassName
{
color: #A5F9B8;
}
.AnyTagClassName
{
color: #A5F9B8;
}
</style>
background-color css
<style>
a { background-color: #A5F9B8; }
a { background-color: rgb(165,249,184); }
div.DivClassName
{
background-color: #A5F9B8;
}
.BgClassName
{
background-color: #A5F9B8;
}
</style>
border-color css
<style>
span { border-color: #A5F9B8; }
span { border-color: rgb(165,249,184); }
td.TdClassName
{
border-color: #A5F9B8;
}
.TagClassName
{
border-color: #A5F9B8;
}
</style>