Shades of Pastel Green #8AE275
Tints of Pastel Green #8AE275
RGB
CMYK
RGB Variations
Color information
#8AE275 (or 0x8AE275) is known color: Pastel Green. HEX triplet: 8A, E2 and 75. RGB value is (138,226,117). Sum of RGB (Red+Green+Blue) = 138+226+117=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #8AE275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE275 is #751D8A. Grayscale: #BBBBBB. Windows color (decimal): -7675275 or 7725706. OLE color: 7725706.
HSL color Cylindrical-coordinate representation of color #8AE275: hue angle of 108.44º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AE275 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 226 | 117 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.11 |
| HSL | 108.44º | 0.65% | 0.67% | - |
| HSV(B) | 108.44º | 0.48% | 0.89% | - |
| XYZ | 40.89 | 61.08 | 26.46 | - |
| YUV | 187.26 | 88.35 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 226 | 117 | 0.39 | 0 | 0.48 | 0.11 | 108.44 | 0.65 | 0.67 |
| Hex | 8A | E2 | 75 | 27 | 0 | 30 | B | 6C | 41 | 43 |
| Octal | 212 | 342 | 165 | 47 | 0 | 60 | 13 | 154 | 101 | 103 |
| Binary | 10001010 | 11100010 | 1110101 | 100111 | 0 | 110000 | 1011 | 1101100 | 1000001 | 1000011 |
Color Harmonies of #8AE275
Complementary color
Monochromatic Colors of #8AE275
Black with #8AE275
Text Example
Text Example
White with #8AE275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE275; }
p { color: rgb(138,226,117); }
H1.HeaderClassName
{
color: #8AE275;
}
.AnyTagClassName
{
color: #8AE275;
}
</style>
background-color css
<style>
a { background-color: #8AE275; }
a { background-color: rgb(138,226,117); }
div.DivClassName
{
background-color: #8AE275;
}
.BgClassName
{
background-color: #8AE275;
}
</style>
border-color css
<style>
span { border-color: #8AE275; }
span { border-color: rgb(138,226,117); }
td.TdClassName
{
border-color: #8AE275;
}
.TagClassName
{
border-color: #8AE275;
}
</style>