Shades of Pale Green #8AFBAA
Tints of Pale Green #8AFBAA
RGB
CMYK
RGB Variations
Color information
#8AFBAA (or 0x8AFBAA) is known color: Pale Green. HEX triplet: 8A, FB and AA. RGB value is (138,251,170). Sum of RGB (Red+Green+Blue) = 138+251+170=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFBAA is #750455. Grayscale: #D0D0D0. Windows color (decimal): -7668822 or 11205514. OLE color: 11205514.
HSL color Cylindrical-coordinate representation of color #8AFBAA: hue angle of 136.99º degrees, saturation: 0.93, 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 #8AFBAA is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 170 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.02 |
| HSL | 136.99º | 0.93% | 0.76% | - |
| HSV(B) | 136.99º | 0.45% | 0.98% | - |
| XYZ | 52.23 | 77.3 | 50.2 | - |
| YUV | 207.98 | 106.56 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 170 | 0.45 | 0 | 0.32 | 0.02 | 136.99 | 0.93 | 0.76 |
| Hex | 8A | FB | AA | 2D | 0 | 20 | 2 | 89 | 5D | 4C |
| Octal | 212 | 373 | 252 | 55 | 0 | 40 | 2 | 211 | 135 | 114 |
| Binary | 10001010 | 11111011 | 10101010 | 101101 | 0 | 100000 | 10 | 10001001 | 1011101 | 1001100 |
Color Harmonies of #8AFBAA
Complementary color
Monochromatic Colors of #8AFBAA
Black with #8AFBAA
Text Example
Text Example
White with #8AFBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFBAA; }
p { color: rgb(138,251,170); }
H1.HeaderClassName
{
color: #8AFBAA;
}
.AnyTagClassName
{
color: #8AFBAA;
}
</style>
background-color css
<style>
a { background-color: #8AFBAA; }
a { background-color: rgb(138,251,170); }
div.DivClassName
{
background-color: #8AFBAA;
}
.BgClassName
{
background-color: #8AFBAA;
}
</style>
border-color css
<style>
span { border-color: #8AFBAA; }
span { border-color: rgb(138,251,170); }
td.TdClassName
{
border-color: #8AFBAA;
}
.TagClassName
{
border-color: #8AFBAA;
}
</style>