Shades of Pastel Green #8AF16F
Tints of Pastel Green #8AF16F
RGB
CMYK
RGB Variations
Color information
#8AF16F (or 0x8AF16F) is known color: Pastel Green. HEX triplet: 8A, F1 and 6F. RGB value is (138,241,111). Sum of RGB (Red+Green+Blue) = 138+241+111=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF16F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF16F is #750E90. Grayscale: #C3C3C3. Windows color (decimal): -7671441 or 7336330. OLE color: 7336330.
HSL color Cylindrical-coordinate representation of color #8AF16F: hue angle of 107.54º degrees, saturation: 0.82, 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 #8AF16F is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 241 | 111 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.05 |
| HSL | 107.54º | 0.82% | 0.69% | - |
| HSV(B) | 107.54º | 0.54% | 0.95% | - |
| XYZ | 44.81 | 69.46 | 26.08 | - |
| YUV | 195.38 | 80.38 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 241 | 111 | 0.43 | 0 | 0.54 | 0.05 | 107.54 | 0.82 | 0.69 |
| Hex | 8A | F1 | 6F | 2B | 0 | 36 | 5 | 6C | 52 | 45 |
| Octal | 212 | 361 | 157 | 53 | 0 | 66 | 5 | 154 | 122 | 105 |
| Binary | 10001010 | 11110001 | 1101111 | 101011 | 0 | 110110 | 101 | 1101100 | 1010010 | 1000101 |
Color Harmonies of #8AF16F
Complementary color
Monochromatic Colors of #8AF16F
Black with #8AF16F
Text Example
Text Example
White with #8AF16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF16F; }
p { color: rgb(138,241,111); }
H1.HeaderClassName
{
color: #8AF16F;
}
.AnyTagClassName
{
color: #8AF16F;
}
</style>
background-color css
<style>
a { background-color: #8AF16F; }
a { background-color: rgb(138,241,111); }
div.DivClassName
{
background-color: #8AF16F;
}
.BgClassName
{
background-color: #8AF16F;
}
</style>
border-color css
<style>
span { border-color: #8AF16F; }
span { border-color: rgb(138,241,111); }
td.TdClassName
{
border-color: #8AF16F;
}
.TagClassName
{
border-color: #8AF16F;
}
</style>