Shades of Pale Green #7AFCA4
Tints of Pale Green #7AFCA4
RGB
CMYK
RGB Variations
Color information
#7AFCA4 (or 0x7AFCA4) is known color: Pale Green. HEX triplet: 7A, FC and A4. RGB value is (122,252,164). Sum of RGB (Red+Green+Blue) = 122+252+164=538 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.68% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFCA4 is #85035B. Grayscale: #CBCBCB. Windows color (decimal): -8717148 or 10812538. OLE color: 10812538.
HSL color Cylindrical-coordinate representation of color #7AFCA4: hue angle of 139.38º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFCA4 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 164 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.01 |
| HSL | 139.38º | 0.96% | 0.73% | - |
| HSV(B) | 139.38º | 0.52% | 0.99% | - |
| XYZ | 49.54 | 76.44 | 47.27 | - |
| YUV | 203.1 | 105.93 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 164 | 0.52 | 0 | 0.35 | 0.01 | 139.38 | 0.96 | 0.73 |
| Hex | 7A | FC | A4 | 34 | 0 | 23 | 1 | 8B | 60 | 49 |
| Octal | 172 | 374 | 244 | 64 | 0 | 43 | 1 | 213 | 140 | 111 |
| Binary | 1111010 | 11111100 | 10100100 | 110100 | 0 | 100011 | 1 | 10001011 | 1100000 | 1001001 |
Color Harmonies of #7AFCA4
Complementary color
Monochromatic Colors of #7AFCA4
Black with #7AFCA4
Text Example
Text Example
White with #7AFCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFCA4; }
p { color: rgb(122,252,164); }
H1.HeaderClassName
{
color: #7AFCA4;
}
.AnyTagClassName
{
color: #7AFCA4;
}
</style>
background-color css
<style>
a { background-color: #7AFCA4; }
a { background-color: rgb(122,252,164); }
div.DivClassName
{
background-color: #7AFCA4;
}
.BgClassName
{
background-color: #7AFCA4;
}
</style>
border-color css
<style>
span { border-color: #7AFCA4; }
span { border-color: rgb(122,252,164); }
td.TdClassName
{
border-color: #7AFCA4;
}
.TagClassName
{
border-color: #7AFCA4;
}
</style>