Shades of Pastel Green #8AEC5E
Tints of Pastel Green #8AEC5E
RGB
CMYK
RGB Variations
Color information
#8AEC5E (or 0x8AEC5E) is known color: Pastel Green. HEX triplet: 8A, EC and 5E. RGB value is (138,236,94). Sum of RGB (Red+Green+Blue) = 138+236+94=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #8AEC5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEC5E is #7513A1. Grayscale: #BEBEBE. Windows color (decimal): -7672738 or 6220938. OLE color: 6220938.
HSL color Cylindrical-coordinate representation of color #8AEC5E: hue angle of 101.41º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AEC5E is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
RGB | 138 | 236 | 94 | - |
CMYK | 0.42 | 0 | 0.60 | 0.07 |
HSL | 101.41º | 0.79% | 0.65% | - |
HSV(B) | 101.41º | 0.6% | 0.93% | - |
XYZ | 42.5 | 66.2 | 21.13 | - |
YUV | 190.51 | 73.53 | 90.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 236 | 94 | 0.42 | 0 | 0.60 | 0.07 | 101.41 | 0.79 | 0.65 |
Hex | 8A | EC | 5E | 2A | 0 | 3C | 7 | 65 | 4F | 41 |
Octal | 212 | 354 | 136 | 52 | 0 | 74 | 7 | 145 | 117 | 101 |
Binary | 10001010 | 11101100 | 1011110 | 101010 | 0 | 111100 | 111 | 1100101 | 1001111 | 1000001 |
Color Harmonies of #8AEC5E
Complementary color
Monochromatic Colors of #8AEC5E
Black with #8AEC5E
Text Example
Text Example
White with #8AEC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEC5E; }
p { color: rgb(138,236,94); }
H1.HeaderClassName
{
color: #8AEC5E;
}
.AnyTagClassName
{
color: #8AEC5E;
}
</style>
background-color css
<style>
a { background-color: #8AEC5E; }
a { background-color: rgb(138,236,94); }
div.DivClassName
{
background-color: #8AEC5E;
}
.BgClassName
{
background-color: #8AEC5E;
}
</style>
border-color css
<style>
span { border-color: #8AEC5E; }
span { border-color: rgb(138,236,94); }
td.TdClassName
{
border-color: #8AEC5E;
}
.TagClassName
{
border-color: #8AEC5E;
}
</style>