Shades of Pastel Green #8AD575
Tints of Pastel Green #8AD575
RGB
CMYK
RGB Variations
Color information
#8AD575 (or 0x8AD575) is known color: Pastel Green. HEX triplet: 8A, D5 and 75. RGB value is (138,213,117). Sum of RGB (Red+Green+Blue) = 138+213+117=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD575 is #752A8A. Grayscale: #B3B3B3. Windows color (decimal): -7678603 or 7722378. OLE color: 7722378.
HSL color Cylindrical-coordinate representation of color #8AD575: hue angle of 106.88º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AD575 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 117 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.16 |
| HSL | 106.88º | 0.53% | 0.65% | - |
| HSV(B) | 106.88º | 0.45% | 0.84% | - |
| XYZ | 37.49 | 54.28 | 25.33 | - |
| YUV | 179.63 | 92.65 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 117 | 0.35 | 0 | 0.45 | 0.16 | 106.88 | 0.53 | 0.65 |
| Hex | 8A | D5 | 75 | 23 | 0 | 2D | 10 | 6B | 35 | 41 |
| Octal | 212 | 325 | 165 | 43 | 0 | 55 | 20 | 153 | 65 | 101 |
| Binary | 10001010 | 11010101 | 1110101 | 100011 | 0 | 101101 | 10000 | 1101011 | 110101 | 1000001 |
Color Harmonies of #8AD575
Complementary color
Monochromatic Colors of #8AD575
Black with #8AD575
Text Example
Text Example
White with #8AD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD575; }
p { color: rgb(138,213,117); }
H1.HeaderClassName
{
color: #8AD575;
}
.AnyTagClassName
{
color: #8AD575;
}
</style>
background-color css
<style>
a { background-color: #8AD575; }
a { background-color: rgb(138,213,117); }
div.DivClassName
{
background-color: #8AD575;
}
.BgClassName
{
background-color: #8AD575;
}
</style>
border-color css
<style>
span { border-color: #8AD575; }
span { border-color: rgb(138,213,117); }
td.TdClassName
{
border-color: #8AD575;
}
.TagClassName
{
border-color: #8AD575;
}
</style>