Shades of Pale Green #97FAA1
Tints of Pale Green #97FAA1
RGB
CMYK
RGB Variations
Color information
#97FAA1 (or 0x97FAA1) is known color: Pale Green. HEX triplet: 97, FA and A1. RGB value is (151,250,161). Sum of RGB (Red+Green+Blue) = 151+250+161=562 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.87% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #97FAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97FAA1 is #68055E. Grayscale: #D2D2D2. Windows color (decimal): -6817119 or 10615447. OLE color: 10615447.
HSL color Cylindrical-coordinate representation of color #97FAA1: hue angle of 126.06º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FAA1 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 250 | 161 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.02 |
| HSL | 126.06º | 0.91% | 0.79% | - |
| HSV(B) | 126.06º | 0.4% | 0.98% | - |
| XYZ | 53.38 | 77.52 | 45.87 | - |
| YUV | 210.25 | 100.2 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 250 | 161 | 0.40 | 0 | 0.36 | 0.02 | 126.06 | 0.91 | 0.79 |
| Hex | 97 | FA | A1 | 28 | 0 | 24 | 2 | 7E | 5B | 4F |
| Octal | 227 | 372 | 241 | 50 | 0 | 44 | 2 | 176 | 133 | 117 |
| Binary | 10010111 | 11111010 | 10100001 | 101000 | 0 | 100100 | 10 | 1111110 | 1011011 | 1001111 |
Color Harmonies of #97FAA1
Complementary color
Monochromatic Colors of #97FAA1
Black with #97FAA1
Text Example
Text Example
White with #97FAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FAA1; }
p { color: rgb(151,250,161); }
H1.HeaderClassName
{
color: #97FAA1;
}
.AnyTagClassName
{
color: #97FAA1;
}
</style>
background-color css
<style>
a { background-color: #97FAA1; }
a { background-color: rgb(151,250,161); }
div.DivClassName
{
background-color: #97FAA1;
}
.BgClassName
{
background-color: #97FAA1;
}
</style>
border-color css
<style>
span { border-color: #97FAA1; }
span { border-color: rgb(151,250,161); }
td.TdClassName
{
border-color: #97FAA1;
}
.TagClassName
{
border-color: #97FAA1;
}
</style>