Shades of Pastel Green #8AF25E
Tints of Pastel Green #8AF25E
RGB
CMYK
RGB Variations
Color information
#8AF25E (or 0x8AF25E) is known color: Pastel Green. HEX triplet: 8A, F2 and 5E. RGB value is (138,242,94). Sum of RGB (Red+Green+Blue) = 138+242+94=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF25E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF25E is #750DA1. Grayscale: #C2C2C2. Windows color (decimal): -7671202 or 6222474. OLE color: 6222474.
HSL color Cylindrical-coordinate representation of color #8AF25E: hue angle of 102.16º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AF25E is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 94 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.05 |
| HSL | 102.16º | 0.85% | 0.66% | - |
| HSV(B) | 102.16º | 0.61% | 0.95% | - |
| XYZ | 44.25 | 69.72 | 21.71 | - |
| YUV | 194.03 | 71.54 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 94 | 0.43 | 0 | 0.61 | 0.05 | 102.16 | 0.85 | 0.66 |
| Hex | 8A | F2 | 5E | 2B | 0 | 3D | 5 | 66 | 55 | 42 |
| Octal | 212 | 362 | 136 | 53 | 0 | 75 | 5 | 146 | 125 | 102 |
| Binary | 10001010 | 11110010 | 1011110 | 101011 | 0 | 111101 | 101 | 1100110 | 1010101 | 1000010 |
Color Harmonies of #8AF25E
Complementary color
Monochromatic Colors of #8AF25E
Black with #8AF25E
Text Example
Text Example
White with #8AF25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF25E; }
p { color: rgb(138,242,94); }
H1.HeaderClassName
{
color: #8AF25E;
}
.AnyTagClassName
{
color: #8AF25E;
}
</style>
background-color css
<style>
a { background-color: #8AF25E; }
a { background-color: rgb(138,242,94); }
div.DivClassName
{
background-color: #8AF25E;
}
.BgClassName
{
background-color: #8AF25E;
}
</style>
border-color css
<style>
span { border-color: #8AF25E; }
span { border-color: rgb(138,242,94); }
td.TdClassName
{
border-color: #8AF25E;
}
.TagClassName
{
border-color: #8AF25E;
}
</style>