Shades of Pale Green #7CFAAA
Tints of Pale Green #7CFAAA
RGB
CMYK
RGB Variations
Color information
#7CFAAA (or 0x7CFAAA) is known color: Pale Green. HEX triplet: 7C, FA and AA. RGB value is (124,250,170). Sum of RGB (Red+Green+Blue) = 124+250+170=544 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.79% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFAAA is #830555. Grayscale: #CBCBCB. Windows color (decimal): -8586582 or 11205244. OLE color: 11205244.
HSL color Cylindrical-coordinate representation of color #7CFAAA: hue angle of 141.9º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CFAAA is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 250 | 170 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.02 |
| HSL | 141.9º | 0.93% | 0.73% | - |
| HSV(B) | 141.9º | 0.5% | 0.98% | - |
| XYZ | 49.75 | 75.56 | 49.99 | - |
| YUV | 203.21 | 109.26 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 250 | 170 | 0.50 | 0 | 0.32 | 0.02 | 141.9 | 0.93 | 0.73 |
| Hex | 7C | FA | AA | 32 | 0 | 20 | 2 | 8E | 5D | 49 |
| Octal | 174 | 372 | 252 | 62 | 0 | 40 | 2 | 216 | 135 | 111 |
| Binary | 1111100 | 11111010 | 10101010 | 110010 | 0 | 100000 | 10 | 10001110 | 1011101 | 1001001 |
Color Harmonies of #7CFAAA
Complementary color
Monochromatic Colors of #7CFAAA
Black with #7CFAAA
Text Example
Text Example
White with #7CFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFAAA; }
p { color: rgb(124,250,170); }
H1.HeaderClassName
{
color: #7CFAAA;
}
.AnyTagClassName
{
color: #7CFAAA;
}
</style>
background-color css
<style>
a { background-color: #7CFAAA; }
a { background-color: rgb(124,250,170); }
div.DivClassName
{
background-color: #7CFAAA;
}
.BgClassName
{
background-color: #7CFAAA;
}
</style>
border-color css
<style>
span { border-color: #7CFAAA; }
span { border-color: rgb(124,250,170); }
td.TdClassName
{
border-color: #7CFAAA;
}
.TagClassName
{
border-color: #7CFAAA;
}
</style>