Shades of Pale Green #8CFAAA
Tints of Pale Green #8CFAAA
RGB
CMYK
RGB Variations
Color information
#8CFAAA (or 0x8CFAAA) is known color: Pale Green. HEX triplet: 8C, FA and AA. RGB value is (140,250,170). Sum of RGB (Red+Green+Blue) = 140+250+170=560 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFAAA is #730555. Grayscale: #D0D0D0. Windows color (decimal): -7538006 or 11205260. OLE color: 11205260.
HSL color Cylindrical-coordinate representation of color #8CFAAA: hue angle of 136.36º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFAAA is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 170 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.02 |
| HSL | 136.36º | 0.92% | 0.76% | - |
| HSV(B) | 136.36º | 0.44% | 0.98% | - |
| XYZ | 52.26 | 76.85 | 50.11 | - |
| YUV | 207.99 | 106.56 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 170 | 0.44 | 0 | 0.32 | 0.02 | 136.36 | 0.92 | 0.76 |
| Hex | 8C | FA | AA | 2C | 0 | 20 | 2 | 88 | 5C | 4C |
| Octal | 214 | 372 | 252 | 54 | 0 | 40 | 2 | 210 | 134 | 114 |
| Binary | 10001100 | 11111010 | 10101010 | 101100 | 0 | 100000 | 10 | 10001000 | 1011100 | 1001100 |
Color Harmonies of #8CFAAA
Complementary color
Monochromatic Colors of #8CFAAA
Black with #8CFAAA
Text Example
Text Example
White with #8CFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFAAA; }
p { color: rgb(140,250,170); }
H1.HeaderClassName
{
color: #8CFAAA;
}
.AnyTagClassName
{
color: #8CFAAA;
}
</style>
background-color css
<style>
a { background-color: #8CFAAA; }
a { background-color: rgb(140,250,170); }
div.DivClassName
{
background-color: #8CFAAA;
}
.BgClassName
{
background-color: #8CFAAA;
}
</style>
border-color css
<style>
span { border-color: #8CFAAA; }
span { border-color: rgb(140,250,170); }
td.TdClassName
{
border-color: #8CFAAA;
}
.TagClassName
{
border-color: #8CFAAA;
}
</style>