Shades of Pastel Green #8AF26F
Tints of Pastel Green #8AF26F
RGB
CMYK
RGB Variations
Color information
#8AF26F (or 0x8AF26F) is known color: Pastel Green. HEX triplet: 8A, F2 and 6F. RGB value is (138,242,111). Sum of RGB (Red+Green+Blue) = 138+242+111=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF26F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF26F is #750D90. Grayscale: #C4C4C4. Windows color (decimal): -7671185 or 7336586. OLE color: 7336586.
HSL color Cylindrical-coordinate representation of color #8AF26F: hue angle of 107.63º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AF26F is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 111 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.05 |
| HSL | 107.63º | 0.83% | 0.69% | - |
| HSV(B) | 107.63º | 0.54% | 0.95% | - |
| XYZ | 45.1 | 70.06 | 26.18 | - |
| YUV | 195.97 | 80.04 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 111 | 0.43 | 0 | 0.54 | 0.05 | 107.63 | 0.83 | 0.69 |
| Hex | 8A | F2 | 6F | 2B | 0 | 36 | 5 | 6C | 53 | 45 |
| Octal | 212 | 362 | 157 | 53 | 0 | 66 | 5 | 154 | 123 | 105 |
| Binary | 10001010 | 11110010 | 1101111 | 101011 | 0 | 110110 | 101 | 1101100 | 1010011 | 1000101 |
Color Harmonies of #8AF26F
Complementary color
Monochromatic Colors of #8AF26F
Black with #8AF26F
Text Example
Text Example
White with #8AF26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF26F; }
p { color: rgb(138,242,111); }
H1.HeaderClassName
{
color: #8AF26F;
}
.AnyTagClassName
{
color: #8AF26F;
}
</style>
background-color css
<style>
a { background-color: #8AF26F; }
a { background-color: rgb(138,242,111); }
div.DivClassName
{
background-color: #8AF26F;
}
.BgClassName
{
background-color: #8AF26F;
}
</style>
border-color css
<style>
span { border-color: #8AF26F; }
span { border-color: rgb(138,242,111); }
td.TdClassName
{
border-color: #8AF26F;
}
.TagClassName
{
border-color: #8AF26F;
}
</style>