Shades of Pastel Green #8AE266
Tints of Pastel Green #8AE266
RGB
CMYK
RGB Variations
Color information
#8AE266 (or 0x8AE266) is known color: Pastel Green. HEX triplet: 8A, E2 and 66. RGB value is (138,226,102). Sum of RGB (Red+Green+Blue) = 138+226+102=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #8AE266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE266 is #751D99. Grayscale: #B9B9B9. Windows color (decimal): -7675290 or 6742666. OLE color: 6742666.
HSL color Cylindrical-coordinate representation of color #8AE266: hue angle of 102.58º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AE266 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 226 | 102 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.11 |
| HSL | 102.58º | 0.68% | 0.64% | - |
| HSV(B) | 102.58º | 0.55% | 0.89% | - |
| XYZ | 40.08 | 60.76 | 22.19 | - |
| YUV | 185.55 | 80.85 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 226 | 102 | 0.39 | 0 | 0.55 | 0.11 | 102.58 | 0.68 | 0.64 |
| Hex | 8A | E2 | 66 | 27 | 0 | 37 | B | 67 | 44 | 40 |
| Octal | 212 | 342 | 146 | 47 | 0 | 67 | 13 | 147 | 104 | 100 |
| Binary | 10001010 | 11100010 | 1100110 | 100111 | 0 | 110111 | 1011 | 1100111 | 1000100 | 1000000 |
Color Harmonies of #8AE266
Complementary color
Monochromatic Colors of #8AE266
Black with #8AE266
Text Example
Text Example
White with #8AE266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE266; }
p { color: rgb(138,226,102); }
H1.HeaderClassName
{
color: #8AE266;
}
.AnyTagClassName
{
color: #8AE266;
}
</style>
background-color css
<style>
a { background-color: #8AE266; }
a { background-color: rgb(138,226,102); }
div.DivClassName
{
background-color: #8AE266;
}
.BgClassName
{
background-color: #8AE266;
}
</style>
border-color css
<style>
span { border-color: #8AE266; }
span { border-color: rgb(138,226,102); }
td.TdClassName
{
border-color: #8AE266;
}
.TagClassName
{
border-color: #8AE266;
}
</style>