Shades of Water Leaf #A1F9E5
Tints of Water Leaf #A1F9E5
RGB
CMYK
RGB Variations
Color information
#A1F9E5 (or 0xA1F9E5) is known color: Water Leaf. HEX triplet: A1, F9 and E5. RGB value is (161,249,229). Sum of RGB (Red+Green+Blue) = 161+249+229=639 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.20% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F9E5 is #5E061A. Grayscale: #DCDCDC. Windows color (decimal): -6161947 or 15071649. OLE color: 15071649.
HSL color Cylindrical-coordinate representation of color #A1F9E5: hue angle of 166.36º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9E5 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 229 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.02 |
| HSL | 166.36º | 0.88% | 0.8% | - |
| HSV(B) | 166.36º | 0.35% | 0.98% | - |
| XYZ | 62.72 | 80.99 | 86.46 | - |
| YUV | 220.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 229 | 0.35 | 0 | 0.08 | 0.02 | 166.36 | 0.88 | 0.8 |
| Hex | A1 | F9 | E5 | 23 | 0 | 8 | 2 | A6 | 58 | 50 |
| Octal | 241 | 371 | 345 | 43 | 0 | 10 | 2 | 246 | 130 | 120 |
| Binary | 10100001 | 11111001 | 11100101 | 100011 | 0 | 1000 | 10 | 10100110 | 1011000 | 1010000 |
Color Harmonies of #A1F9E5
Complementary color
Monochromatic Colors of #A1F9E5
Black with #A1F9E5
Text Example
Text Example
White with #A1F9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F9E5; }
p { color: rgb(161,249,229); }
H1.HeaderClassName
{
color: #A1F9E5;
}
.AnyTagClassName
{
color: #A1F9E5;
}
</style>
background-color css
<style>
a { background-color: #A1F9E5; }
a { background-color: rgb(161,249,229); }
div.DivClassName
{
background-color: #A1F9E5;
}
.BgClassName
{
background-color: #A1F9E5;
}
</style>
border-color css
<style>
span { border-color: #A1F9E5; }
span { border-color: rgb(161,249,229); }
td.TdClassName
{
border-color: #A1F9E5;
}
.TagClassName
{
border-color: #A1F9E5;
}
</style>