Shades of Pastel Green #8AE16C
Tints of Pastel Green #8AE16C
RGB
CMYK
RGB Variations
Color information
#8AE16C (or 0x8AE16C) is known color: Pastel Green. HEX triplet: 8A, E1 and 6C. RGB value is (138,225,108). Sum of RGB (Red+Green+Blue) = 138+225+108=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE16C is #751E93. Grayscale: #BABABA. Windows color (decimal): -7675540 or 7135626. OLE color: 7135626.
HSL color Cylindrical-coordinate representation of color #8AE16C: hue angle of 104.62º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8AE16C is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 225 | 108 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.12 |
| HSL | 104.62º | 0.66% | 0.65% | - |
| HSV(B) | 104.62º | 0.52% | 0.88% | - |
| XYZ | 40.11 | 60.34 | 23.72 | - |
| YUV | 185.65 | 84.18 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 225 | 108 | 0.39 | 0 | 0.52 | 0.12 | 104.62 | 0.66 | 0.65 |
| Hex | 8A | E1 | 6C | 27 | 0 | 34 | C | 69 | 42 | 41 |
| Octal | 212 | 341 | 154 | 47 | 0 | 64 | 14 | 151 | 102 | 101 |
| Binary | 10001010 | 11100001 | 1101100 | 100111 | 0 | 110100 | 1100 | 1101001 | 1000010 | 1000001 |
Color Harmonies of #8AE16C
Complementary color
Monochromatic Colors of #8AE16C
Black with #8AE16C
Text Example
Text Example
White with #8AE16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE16C; }
p { color: rgb(138,225,108); }
H1.HeaderClassName
{
color: #8AE16C;
}
.AnyTagClassName
{
color: #8AE16C;
}
</style>
background-color css
<style>
a { background-color: #8AE16C; }
a { background-color: rgb(138,225,108); }
div.DivClassName
{
background-color: #8AE16C;
}
.BgClassName
{
background-color: #8AE16C;
}
</style>
border-color css
<style>
span { border-color: #8AE16C; }
span { border-color: rgb(138,225,108); }
td.TdClassName
{
border-color: #8AE16C;
}
.TagClassName
{
border-color: #8AE16C;
}
</style>