Shades of Pastel Green #8AED68
Tints of Pastel Green #8AED68
RGB
CMYK
RGB Variations
Color information
#8AED68 (or 0x8AED68) is known color: Pastel Green. HEX triplet: 8A, ED and 68. RGB value is (138,237,104). Sum of RGB (Red+Green+Blue) = 138+237+104=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #8AED68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AED68 is #751297. Grayscale: #C0C0C0. Windows color (decimal): -7672472 or 6876554. OLE color: 6876554.
HSL color Cylindrical-coordinate representation of color #8AED68: hue angle of 104.66º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AED68 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 104 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.07 |
| HSL | 104.66º | 0.79% | 0.67% | - |
| HSV(B) | 104.66º | 0.56% | 0.93% | - |
| XYZ | 43.26 | 66.97 | 23.74 | - |
| YUV | 192.24 | 78.2 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 104 | 0.42 | 0 | 0.56 | 0.07 | 104.66 | 0.79 | 0.67 |
| Hex | 8A | ED | 68 | 2A | 0 | 38 | 7 | 69 | 4F | 43 |
| Octal | 212 | 355 | 150 | 52 | 0 | 70 | 7 | 151 | 117 | 103 |
| Binary | 10001010 | 11101101 | 1101000 | 101010 | 0 | 111000 | 111 | 1101001 | 1001111 | 1000011 |
Color Harmonies of #8AED68
Complementary color
Monochromatic Colors of #8AED68
Black with #8AED68
Text Example
Text Example
White with #8AED68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AED68; }
p { color: rgb(138,237,104); }
H1.HeaderClassName
{
color: #8AED68;
}
.AnyTagClassName
{
color: #8AED68;
}
</style>
background-color css
<style>
a { background-color: #8AED68; }
a { background-color: rgb(138,237,104); }
div.DivClassName
{
background-color: #8AED68;
}
.BgClassName
{
background-color: #8AED68;
}
</style>
border-color css
<style>
span { border-color: #8AED68; }
span { border-color: rgb(138,237,104); }
td.TdClassName
{
border-color: #8AED68;
}
.TagClassName
{
border-color: #8AED68;
}
</style>