Shades of Pastel Green #8AF16D
Tints of Pastel Green #8AF16D
RGB
CMYK
RGB Variations
Color information
#8AF16D (or 0x8AF16D) is known color: Pastel Green. HEX triplet: 8A, F1 and 6D. RGB value is (138,241,109). Sum of RGB (Red+Green+Blue) = 138+241+109=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF16D is #750E92. Grayscale: #C3C3C3. Windows color (decimal): -7671443 or 7205258. OLE color: 7205258.
HSL color Cylindrical-coordinate representation of color #8AF16D: hue angle of 106.82º degrees, saturation: 0.82, 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 #8AF16D is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 241 | 109 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.05 |
| HSL | 106.82º | 0.83% | 0.69% | - |
| HSV(B) | 106.82º | 0.55% | 0.95% | - |
| XYZ | 44.7 | 69.42 | 25.51 | - |
| YUV | 195.16 | 79.38 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 241 | 109 | 0.43 | 0 | 0.55 | 0.05 | 106.82 | 0.83 | 0.69 |
| Hex | 8A | F1 | 6D | 2B | 0 | 37 | 5 | 6B | 52 | 45 |
| Octal | 212 | 361 | 155 | 53 | 0 | 67 | 5 | 153 | 122 | 105 |
| Binary | 10001010 | 11110001 | 1101101 | 101011 | 0 | 110111 | 101 | 1101011 | 1010010 | 1000101 |
Color Harmonies of #8AF16D
Complementary color
Monochromatic Colors of #8AF16D
Black with #8AF16D
Text Example
Text Example
White with #8AF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF16D; }
p { color: rgb(138,241,109); }
H1.HeaderClassName
{
color: #8AF16D;
}
.AnyTagClassName
{
color: #8AF16D;
}
</style>
background-color css
<style>
a { background-color: #8AF16D; }
a { background-color: rgb(138,241,109); }
div.DivClassName
{
background-color: #8AF16D;
}
.BgClassName
{
background-color: #8AF16D;
}
</style>
border-color css
<style>
span { border-color: #8AF16D; }
span { border-color: rgb(138,241,109); }
td.TdClassName
{
border-color: #8AF16D;
}
.TagClassName
{
border-color: #8AF16D;
}
</style>