Shades of Pale Green #8AFAB0
Tints of Pale Green #8AFAB0
RGB
CMYK
RGB Variations
Color information
#8AFAB0 (or 0x8AFAB0) is known color: Pale Green. HEX triplet: 8A, FA and B0. RGB value is (138,250,176). Sum of RGB (Red+Green+Blue) = 138+250+176=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFAB0 is #75054F. Grayscale: #D0D0D0. Windows color (decimal): -7669072 or 11598474. OLE color: 11598474.
HSL color Cylindrical-coordinate representation of color #8AFAB0: hue angle of 140.36º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFAB0 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 250 | 176 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.02 |
| HSL | 140.36º | 0.92% | 0.76% | - |
| HSV(B) | 140.36º | 0.45% | 0.98% | - |
| XYZ | 52.5 | 76.91 | 53.15 | - |
| YUV | 208.08 | 109.89 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 250 | 176 | 0.45 | 0 | 0.30 | 0.02 | 140.36 | 0.92 | 0.76 |
| Hex | 8A | FA | B0 | 2D | 0 | 1E | 2 | 8C | 5C | 4C |
| Octal | 212 | 372 | 260 | 55 | 0 | 36 | 2 | 214 | 134 | 114 |
| Binary | 10001010 | 11111010 | 10110000 | 101101 | 0 | 11110 | 10 | 10001100 | 1011100 | 1001100 |
Color Harmonies of #8AFAB0
Complementary color
Monochromatic Colors of #8AFAB0
Black with #8AFAB0
Text Example
Text Example
White with #8AFAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFAB0; }
p { color: rgb(138,250,176); }
H1.HeaderClassName
{
color: #8AFAB0;
}
.AnyTagClassName
{
color: #8AFAB0;
}
</style>
background-color css
<style>
a { background-color: #8AFAB0; }
a { background-color: rgb(138,250,176); }
div.DivClassName
{
background-color: #8AFAB0;
}
.BgClassName
{
background-color: #8AFAB0;
}
</style>
border-color css
<style>
span { border-color: #8AFAB0; }
span { border-color: rgb(138,250,176); }
td.TdClassName
{
border-color: #8AFAB0;
}
.TagClassName
{
border-color: #8AFAB0;
}
</style>