Shades of Pastel Green #8AF26E
Tints of Pastel Green #8AF26E
RGB
CMYK
RGB Variations
Color information
#8AF26E (or 0x8AF26E) is known color: Pastel Green. HEX triplet: 8A, F2 and 6E. RGB value is (138,242,110). Sum of RGB (Red+Green+Blue) = 138+242+110=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF26E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF26E is #750D91. Grayscale: #C4C4C4. Windows color (decimal): -7671186 or 7271050. OLE color: 7271050.
HSL color Cylindrical-coordinate representation of color #8AF26E: hue angle of 107.27º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AF26E is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 110 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.05 |
| HSL | 107.27º | 0.84% | 0.69% | - |
| HSV(B) | 107.27º | 0.55% | 0.95% | - |
| XYZ | 45.05 | 70.03 | 25.9 | - |
| YUV | 195.86 | 79.54 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 110 | 0.43 | 0 | 0.55 | 0.05 | 107.27 | 0.84 | 0.69 |
| Hex | 8A | F2 | 6E | 2B | 0 | 37 | 5 | 6B | 54 | 45 |
| Octal | 212 | 362 | 156 | 53 | 0 | 67 | 5 | 153 | 124 | 105 |
| Binary | 10001010 | 11110010 | 1101110 | 101011 | 0 | 110111 | 101 | 1101011 | 1010100 | 1000101 |
Color Harmonies of #8AF26E
Complementary color
Monochromatic Colors of #8AF26E
Black with #8AF26E
Text Example
Text Example
White with #8AF26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF26E; }
p { color: rgb(138,242,110); }
H1.HeaderClassName
{
color: #8AF26E;
}
.AnyTagClassName
{
color: #8AF26E;
}
</style>
background-color css
<style>
a { background-color: #8AF26E; }
a { background-color: rgb(138,242,110); }
div.DivClassName
{
background-color: #8AF26E;
}
.BgClassName
{
background-color: #8AF26E;
}
</style>
border-color css
<style>
span { border-color: #8AF26E; }
span { border-color: rgb(138,242,110); }
td.TdClassName
{
border-color: #8AF26E;
}
.TagClassName
{
border-color: #8AF26E;
}
</style>