Shades of Pale Green #7AFCA5
Tints of Pale Green #7AFCA5
RGB
CMYK
RGB Variations
Color information
#7AFCA5 (or 0x7AFCA5) is known color: Pale Green. HEX triplet: 7A, FC and A5. RGB value is (122,252,165). Sum of RGB (Red+Green+Blue) = 122+252+165=539 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.63% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFCA5 is #85035A. Grayscale: #CBCBCB. Windows color (decimal): -8717147 or 10878074. OLE color: 10878074.
HSL color Cylindrical-coordinate representation of color #7AFCA5: hue angle of 139.85º 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 #7AFCA5 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 165 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.01 |
| HSL | 139.85º | 0.96% | 0.73% | - |
| HSV(B) | 139.85º | 0.52% | 0.99% | - |
| XYZ | 49.63 | 76.47 | 47.74 | - |
| YUV | 203.21 | 106.43 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 165 | 0.52 | 0 | 0.35 | 0.01 | 139.85 | 0.96 | 0.73 |
| Hex | 7A | FC | A5 | 34 | 0 | 23 | 1 | 8C | 60 | 49 |
| Octal | 172 | 374 | 245 | 64 | 0 | 43 | 1 | 214 | 140 | 111 |
| Binary | 1111010 | 11111100 | 10100101 | 110100 | 0 | 100011 | 1 | 10001100 | 1100000 | 1001001 |
Color Harmonies of #7AFCA5
Complementary color
Monochromatic Colors of #7AFCA5
Black with #7AFCA5
Text Example
Text Example
White with #7AFCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFCA5; }
p { color: rgb(122,252,165); }
H1.HeaderClassName
{
color: #7AFCA5;
}
.AnyTagClassName
{
color: #7AFCA5;
}
</style>
background-color css
<style>
a { background-color: #7AFCA5; }
a { background-color: rgb(122,252,165); }
div.DivClassName
{
background-color: #7AFCA5;
}
.BgClassName
{
background-color: #7AFCA5;
}
</style>
border-color css
<style>
span { border-color: #7AFCA5; }
span { border-color: rgb(122,252,165); }
td.TdClassName
{
border-color: #7AFCA5;
}
.TagClassName
{
border-color: #7AFCA5;
}
</style>