Shades of Pastel Green #7AD273
Tints of Pastel Green #7AD273
RGB
CMYK
RGB Variations
Color information
#7AD273 (or 0x7AD273) is known color: Pastel Green. HEX triplet: 7A, D2 and 73. RGB value is (122,210,115). Sum of RGB (Red+Green+Blue) = 122+210+115=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD273 is #852D8C. Grayscale: #ADADAD. Windows color (decimal): -8727949 or 7590522. OLE color: 7590522.
HSL color Cylindrical-coordinate representation of color #7AD273: hue angle of 115.58º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AD273 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 115 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.18 |
| HSL | 115.58º | 0.51% | 0.64% | - |
| HSV(B) | 115.58º | 0.45% | 0.82% | - |
| XYZ | 34.17 | 51.47 | 24.35 | - |
| YUV | 172.86 | 95.35 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 115 | 0.42 | 0 | 0.45 | 0.18 | 115.58 | 0.51 | 0.64 |
| Hex | 7A | D2 | 73 | 2A | 0 | 2D | 12 | 74 | 33 | 40 |
| Octal | 172 | 322 | 163 | 52 | 0 | 55 | 22 | 164 | 63 | 100 |
| Binary | 1111010 | 11010010 | 1110011 | 101010 | 0 | 101101 | 10010 | 1110100 | 110011 | 1000000 |
Color Harmonies of #7AD273
Complementary color
Monochromatic Colors of #7AD273
Black with #7AD273
Text Example
Text Example
White with #7AD273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD273; }
p { color: rgb(122,210,115); }
H1.HeaderClassName
{
color: #7AD273;
}
.AnyTagClassName
{
color: #7AD273;
}
</style>
background-color css
<style>
a { background-color: #7AD273; }
a { background-color: rgb(122,210,115); }
div.DivClassName
{
background-color: #7AD273;
}
.BgClassName
{
background-color: #7AD273;
}
</style>
border-color css
<style>
span { border-color: #7AD273; }
span { border-color: rgb(122,210,115); }
td.TdClassName
{
border-color: #7AD273;
}
.TagClassName
{
border-color: #7AD273;
}
</style>