Shades of Pastel Green #8AF06E
Tints of Pastel Green #8AF06E
RGB
CMYK
RGB Variations
Color information
#8AF06E (or 0x8AF06E) is known color: Pastel Green. HEX triplet: 8A, F0 and 6E. RGB value is (138,240,110). Sum of RGB (Red+Green+Blue) = 138+240+110=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF06E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF06E is #750F91. Grayscale: #C3C3C3. Windows color (decimal): -7671698 or 7270538. OLE color: 7270538.
HSL color Cylindrical-coordinate representation of color #8AF06E: hue angle of 107.08º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AF06E is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 110 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.06 |
| HSL | 107.08º | 0.81% | 0.69% | - |
| HSV(B) | 107.08º | 0.54% | 0.94% | - |
| XYZ | 44.46 | 68.85 | 25.7 | - |
| YUV | 194.68 | 80.21 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 110 | 0.42 | 0 | 0.54 | 0.06 | 107.08 | 0.81 | 0.69 |
| Hex | 8A | F0 | 6E | 2A | 0 | 36 | 6 | 6B | 51 | 45 |
| Octal | 212 | 360 | 156 | 52 | 0 | 66 | 6 | 153 | 121 | 105 |
| Binary | 10001010 | 11110000 | 1101110 | 101010 | 0 | 110110 | 110 | 1101011 | 1010001 | 1000101 |
Color Harmonies of #8AF06E
Complementary color
Monochromatic Colors of #8AF06E
Black with #8AF06E
Text Example
Text Example
White with #8AF06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF06E; }
p { color: rgb(138,240,110); }
H1.HeaderClassName
{
color: #8AF06E;
}
.AnyTagClassName
{
color: #8AF06E;
}
</style>
background-color css
<style>
a { background-color: #8AF06E; }
a { background-color: rgb(138,240,110); }
div.DivClassName
{
background-color: #8AF06E;
}
.BgClassName
{
background-color: #8AF06E;
}
</style>
border-color css
<style>
span { border-color: #8AF06E; }
span { border-color: rgb(138,240,110); }
td.TdClassName
{
border-color: #8AF06E;
}
.TagClassName
{
border-color: #8AF06E;
}
</style>