Shades of Pale Green #8AFC9D
Tints of Pale Green #8AFC9D
RGB
CMYK
RGB Variations
Color information
#8AFC9D (or 0x8AFC9D) is known color: Pale Green. HEX triplet: 8A, FC and 9D. RGB value is (138,252,157). Sum of RGB (Red+Green+Blue) = 138+252+157=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFC9D is #750362. Grayscale: #CFCFCF. Windows color (decimal): -7668579 or 10353802. OLE color: 10353802.
HSL color Cylindrical-coordinate representation of color #8AFC9D: hue angle of 130º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFC9D is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 252 | 157 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.01 |
| HSL | 130º | 0.95% | 0.76% | - |
| HSV(B) | 130º | 0.45% | 0.99% | - |
| XYZ | 51.38 | 77.46 | 44.14 | - |
| YUV | 207.08 | 99.73 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 252 | 157 | 0.45 | 0 | 0.38 | 0.01 | 130 | 0.95 | 0.76 |
| Hex | 8A | FC | 9D | 2D | 0 | 26 | 1 | 82 | 5F | 4C |
| Octal | 212 | 374 | 235 | 55 | 0 | 46 | 1 | 202 | 137 | 114 |
| Binary | 10001010 | 11111100 | 10011101 | 101101 | 0 | 100110 | 1 | 10000010 | 1011111 | 1001100 |
Color Harmonies of #8AFC9D
Complementary color
Monochromatic Colors of #8AFC9D
Black with #8AFC9D
Text Example
Text Example
White with #8AFC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFC9D; }
p { color: rgb(138,252,157); }
H1.HeaderClassName
{
color: #8AFC9D;
}
.AnyTagClassName
{
color: #8AFC9D;
}
</style>
background-color css
<style>
a { background-color: #8AFC9D; }
a { background-color: rgb(138,252,157); }
div.DivClassName
{
background-color: #8AFC9D;
}
.BgClassName
{
background-color: #8AFC9D;
}
</style>
border-color css
<style>
span { border-color: #8AFC9D; }
span { border-color: rgb(138,252,157); }
td.TdClassName
{
border-color: #8AFC9D;
}
.TagClassName
{
border-color: #8AFC9D;
}
</style>