Shades of Pale Green #8AFCB1
Tints of Pale Green #8AFCB1
RGB
CMYK
RGB Variations
Color information
#8AFCB1 (or 0x8AFCB1) is known color: Pale Green. HEX triplet: 8A, FC and B1. RGB value is (138,252,177). Sum of RGB (Red+Green+Blue) = 138+252+177=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFCB1 is #75034E. Grayscale: #D1D1D1. Windows color (decimal): -7668559 or 11664522. OLE color: 11664522.
HSL color Cylindrical-coordinate representation of color #8AFCB1: hue angle of 140.53º 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 #8AFCB1 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 252 | 177 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.01 |
| HSL | 140.53º | 0.95% | 0.76% | - |
| HSV(B) | 140.53º | 0.45% | 0.99% | - |
| XYZ | 53.23 | 78.2 | 53.88 | - |
| YUV | 209.36 | 109.73 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 252 | 177 | 0.45 | 0 | 0.30 | 0.01 | 140.53 | 0.95 | 0.76 |
| Hex | 8A | FC | B1 | 2D | 0 | 1E | 1 | 8D | 5F | 4C |
| Octal | 212 | 374 | 261 | 55 | 0 | 36 | 1 | 215 | 137 | 114 |
| Binary | 10001010 | 11111100 | 10110001 | 101101 | 0 | 11110 | 1 | 10001101 | 1011111 | 1001100 |
Color Harmonies of #8AFCB1
Complementary color
Monochromatic Colors of #8AFCB1
Black with #8AFCB1
Text Example
Text Example
White with #8AFCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFCB1; }
p { color: rgb(138,252,177); }
H1.HeaderClassName
{
color: #8AFCB1;
}
.AnyTagClassName
{
color: #8AFCB1;
}
</style>
background-color css
<style>
a { background-color: #8AFCB1; }
a { background-color: rgb(138,252,177); }
div.DivClassName
{
background-color: #8AFCB1;
}
.BgClassName
{
background-color: #8AFCB1;
}
</style>
border-color css
<style>
span { border-color: #8AFCB1; }
span { border-color: rgb(138,252,177); }
td.TdClassName
{
border-color: #8AFCB1;
}
.TagClassName
{
border-color: #8AFCB1;
}
</style>