Shades of Pastel Green #8AED66
Tints of Pastel Green #8AED66
RGB
CMYK
RGB Variations
Color information
#8AED66 (or 0x8AED66) is known color: Pastel Green. HEX triplet: 8A, ED and 66. RGB value is (138,237,102). Sum of RGB (Red+Green+Blue) = 138+237+102=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #8AED66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AED66 is #751299. Grayscale: #C0C0C0. Windows color (decimal): -7672474 or 6745482. OLE color: 6745482.
HSL color Cylindrical-coordinate representation of color #8AED66: hue angle of 104º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AED66 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 102 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.07 |
| HSL | 104º | 0.79% | 0.66% | - |
| HSV(B) | 104º | 0.57% | 0.93% | - |
| XYZ | 43.16 | 66.93 | 23.21 | - |
| YUV | 192.01 | 77.2 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 102 | 0.42 | 0 | 0.57 | 0.07 | 104 | 0.79 | 0.66 |
| Hex | 8A | ED | 66 | 2A | 0 | 39 | 7 | 68 | 4F | 42 |
| Octal | 212 | 355 | 146 | 52 | 0 | 71 | 7 | 150 | 117 | 102 |
| Binary | 10001010 | 11101101 | 1100110 | 101010 | 0 | 111001 | 111 | 1101000 | 1001111 | 1000010 |
Color Harmonies of #8AED66
Complementary color
Monochromatic Colors of #8AED66
Black with #8AED66
Text Example
Text Example
White with #8AED66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AED66; }
p { color: rgb(138,237,102); }
H1.HeaderClassName
{
color: #8AED66;
}
.AnyTagClassName
{
color: #8AED66;
}
</style>
background-color css
<style>
a { background-color: #8AED66; }
a { background-color: rgb(138,237,102); }
div.DivClassName
{
background-color: #8AED66;
}
.BgClassName
{
background-color: #8AED66;
}
</style>
border-color css
<style>
span { border-color: #8AED66; }
span { border-color: rgb(138,237,102); }
td.TdClassName
{
border-color: #8AED66;
}
.TagClassName
{
border-color: #8AED66;
}
</style>