Shades of Pastel Green #7AD369
Tints of Pastel Green #7AD369
RGB
CMYK
RGB Variations
Color information
#7AD369 (or 0x7AD369) is known color: Pastel Green. HEX triplet: 7A, D3 and 69. RGB value is (122,211,105). Sum of RGB (Red+Green+Blue) = 122+211+105=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD369 is #852C96. Grayscale: #ACACAC. Windows color (decimal): -8727703 or 6935418. OLE color: 6935418.
HSL color Cylindrical-coordinate representation of color #7AD369: hue angle of 110.38º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AD369 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 105 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.17 |
| HSL | 110.38º | 0.55% | 0.62% | - |
| HSV(B) | 110.38º | 0.5% | 0.83% | - |
| XYZ | 33.87 | 51.75 | 21.57 | - |
| YUV | 172.31 | 90.01 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 105 | 0.42 | 0 | 0.50 | 0.17 | 110.38 | 0.55 | 0.62 |
| Hex | 7A | D3 | 69 | 2A | 0 | 32 | 11 | 6E | 37 | 3E |
| Octal | 172 | 323 | 151 | 52 | 0 | 62 | 21 | 156 | 67 | 76 |
| Binary | 1111010 | 11010011 | 1101001 | 101010 | 0 | 110010 | 10001 | 1101110 | 110111 | 111110 |
Color Harmonies of #7AD369
Complementary color
Monochromatic Colors of #7AD369
Black with #7AD369
Text Example
Text Example
White with #7AD369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD369; }
p { color: rgb(122,211,105); }
H1.HeaderClassName
{
color: #7AD369;
}
.AnyTagClassName
{
color: #7AD369;
}
</style>
background-color css
<style>
a { background-color: #7AD369; }
a { background-color: rgb(122,211,105); }
div.DivClassName
{
background-color: #7AD369;
}
.BgClassName
{
background-color: #7AD369;
}
</style>
border-color css
<style>
span { border-color: #7AD369; }
span { border-color: rgb(122,211,105); }
td.TdClassName
{
border-color: #7AD369;
}
.TagClassName
{
border-color: #7AD369;
}
</style>