Shades of Pastel Green #8AF25D
Tints of Pastel Green #8AF25D
RGB
CMYK
RGB Variations
Color information
#8AF25D (or 0x8AF25D) is known color: Pastel Green. HEX triplet: 8A, F2 and 5D. RGB value is (138,242,93). Sum of RGB (Red+Green+Blue) = 138+242+93=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF25D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF25D is #750DA2. Grayscale: #C2C2C2. Windows color (decimal): -7671203 or 6156938. OLE color: 6156938.
HSL color Cylindrical-coordinate representation of color #8AF25D: hue angle of 101.88º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8AF25D is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 93 | - |
| CMYK | 0.43 | 0 | 0.62 | 0.05 |
| HSL | 101.88º | 0.85% | 0.66% | - |
| HSV(B) | 101.88º | 0.62% | 0.95% | - |
| XYZ | 44.21 | 69.7 | 21.48 | - |
| YUV | 193.92 | 71.04 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 93 | 0.43 | 0 | 0.62 | 0.05 | 101.88 | 0.85 | 0.66 |
| Hex | 8A | F2 | 5D | 2B | 0 | 3E | 5 | 66 | 55 | 42 |
| Octal | 212 | 362 | 135 | 53 | 0 | 76 | 5 | 146 | 125 | 102 |
| Binary | 10001010 | 11110010 | 1011101 | 101011 | 0 | 111110 | 101 | 1100110 | 1010101 | 1000010 |
Color Harmonies of #8AF25D
Complementary color
Monochromatic Colors of #8AF25D
Black with #8AF25D
Text Example
Text Example
White with #8AF25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF25D; }
p { color: rgb(138,242,93); }
H1.HeaderClassName
{
color: #8AF25D;
}
.AnyTagClassName
{
color: #8AF25D;
}
</style>
background-color css
<style>
a { background-color: #8AF25D; }
a { background-color: rgb(138,242,93); }
div.DivClassName
{
background-color: #8AF25D;
}
.BgClassName
{
background-color: #8AF25D;
}
</style>
border-color css
<style>
span { border-color: #8AF25D; }
span { border-color: rgb(138,242,93); }
td.TdClassName
{
border-color: #8AF25D;
}
.TagClassName
{
border-color: #8AF25D;
}
</style>