Shades of Pastel Green #8AF26C
Tints of Pastel Green #8AF26C
RGB
CMYK
RGB Variations
Color information
#8AF26C (or 0x8AF26C) is known color: Pastel Green. HEX triplet: 8A, F2 and 6C. RGB value is (138,242,108). Sum of RGB (Red+Green+Blue) = 138+242+108=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF26C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF26C is #750D93. Grayscale: #C4C4C4. Windows color (decimal): -7671188 or 7139978. OLE color: 7139978.
HSL color Cylindrical-coordinate representation of color #8AF26C: hue angle of 106.57º 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 #8AF26C is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 108 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.05 |
| HSL | 106.57º | 0.84% | 0.69% | - |
| HSV(B) | 106.57º | 0.55% | 0.95% | - |
| XYZ | 44.94 | 69.99 | 25.33 | - |
| YUV | 195.63 | 78.54 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 108 | 0.43 | 0 | 0.55 | 0.05 | 106.57 | 0.84 | 0.69 |
| Hex | 8A | F2 | 6C | 2B | 0 | 37 | 5 | 6B | 54 | 45 |
| Octal | 212 | 362 | 154 | 53 | 0 | 67 | 5 | 153 | 124 | 105 |
| Binary | 10001010 | 11110010 | 1101100 | 101011 | 0 | 110111 | 101 | 1101011 | 1010100 | 1000101 |
Color Harmonies of #8AF26C
Complementary color
Monochromatic Colors of #8AF26C
Black with #8AF26C
Text Example
Text Example
White with #8AF26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF26C; }
p { color: rgb(138,242,108); }
H1.HeaderClassName
{
color: #8AF26C;
}
.AnyTagClassName
{
color: #8AF26C;
}
</style>
background-color css
<style>
a { background-color: #8AF26C; }
a { background-color: rgb(138,242,108); }
div.DivClassName
{
background-color: #8AF26C;
}
.BgClassName
{
background-color: #8AF26C;
}
</style>
border-color css
<style>
span { border-color: #8AF26C; }
span { border-color: rgb(138,242,108); }
td.TdClassName
{
border-color: #8AF26C;
}
.TagClassName
{
border-color: #8AF26C;
}
</style>