Shades of Fringy Flower #A5EAB8
Tints of Fringy Flower #A5EAB8
RGB
CMYK
RGB Variations
Color information
#A5EAB8 (or 0xA5EAB8) is known color: Fringy Flower. HEX triplet: A5, EA and B8. RGB value is (165,234,184). Sum of RGB (Red+Green+Blue) = 165+234+184=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EAB8 is #5A1547. Grayscale: #CFCFCF. Windows color (decimal): -5903688 or 12118693. OLE color: 12118693.
HSL color Cylindrical-coordinate representation of color #A5EAB8: hue angle of 136.52º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5EAB8 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 184 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.08 |
| HSL | 136.52º | 0.62% | 0.78% | - |
| HSV(B) | 136.52º | 0.29% | 0.92% | - |
| XYZ | 53.59 | 70.31 | 56.09 | - |
| YUV | 207.67 | 114.64 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 184 | 0.29 | 0 | 0.21 | 0.08 | 136.52 | 0.62 | 0.78 |
| Hex | A5 | EA | B8 | 1D | 0 | 15 | 8 | 89 | 3E | 4E |
| Octal | 245 | 352 | 270 | 35 | 0 | 25 | 10 | 211 | 76 | 116 |
| Binary | 10100101 | 11101010 | 10111000 | 11101 | 0 | 10101 | 1000 | 10001001 | 111110 | 1001110 |
Color Harmonies of #A5EAB8
Complementary color
Monochromatic Colors of #A5EAB8
Black with #A5EAB8
Text Example
Text Example
White with #A5EAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EAB8; }
p { color: rgb(165,234,184); }
H1.HeaderClassName
{
color: #A5EAB8;
}
.AnyTagClassName
{
color: #A5EAB8;
}
</style>
background-color css
<style>
a { background-color: #A5EAB8; }
a { background-color: rgb(165,234,184); }
div.DivClassName
{
background-color: #A5EAB8;
}
.BgClassName
{
background-color: #A5EAB8;
}
</style>
border-color css
<style>
span { border-color: #A5EAB8; }
span { border-color: rgb(165,234,184); }
td.TdClassName
{
border-color: #A5EAB8;
}
.TagClassName
{
border-color: #A5EAB8;
}
</style>