Shades of Pastel Green #8AD573
Tints of Pastel Green #8AD573
RGB
CMYK
RGB Variations
Color information
#8AD573 (or 0x8AD573) is known color: Pastel Green. HEX triplet: 8A, D5 and 73. RGB value is (138,213,115). Sum of RGB (Red+Green+Blue) = 138+213+115=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD573 is #752A8C. Grayscale: #B3B3B3. Windows color (decimal): -7678605 or 7591306. OLE color: 7591306.
HSL color Cylindrical-coordinate representation of color #8AD573: hue angle of 105.92º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AD573 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 115 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.16 |
| HSL | 105.92º | 0.54% | 0.64% | - |
| HSV(B) | 105.92º | 0.46% | 0.84% | - |
| XYZ | 37.37 | 54.23 | 24.72 | - |
| YUV | 179.4 | 91.65 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 115 | 0.35 | 0 | 0.46 | 0.16 | 105.92 | 0.54 | 0.64 |
| Hex | 8A | D5 | 73 | 23 | 0 | 2E | 10 | 6A | 36 | 40 |
| Octal | 212 | 325 | 163 | 43 | 0 | 56 | 20 | 152 | 66 | 100 |
| Binary | 10001010 | 11010101 | 1110011 | 100011 | 0 | 101110 | 10000 | 1101010 | 110110 | 1000000 |
Color Harmonies of #8AD573
Complementary color
Monochromatic Colors of #8AD573
Black with #8AD573
Text Example
Text Example
White with #8AD573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD573; }
p { color: rgb(138,213,115); }
H1.HeaderClassName
{
color: #8AD573;
}
.AnyTagClassName
{
color: #8AD573;
}
</style>
background-color css
<style>
a { background-color: #8AD573; }
a { background-color: rgb(138,213,115); }
div.DivClassName
{
background-color: #8AD573;
}
.BgClassName
{
background-color: #8AD573;
}
</style>
border-color css
<style>
span { border-color: #8AD573; }
span { border-color: rgb(138,213,115); }
td.TdClassName
{
border-color: #8AD573;
}
.TagClassName
{
border-color: #8AD573;
}
</style>