Shades of Pale Green #8AF99B
Tints of Pale Green #8AF99B
RGB
CMYK
RGB Variations
Color information
#8AF99B (or 0x8AF99B) is known color: Pale Green. HEX triplet: 8A, F9 and 9B. RGB value is (138,249,155). Sum of RGB (Red+Green+Blue) = 138+249+155=542 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.46% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF99B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF99B is #750664. Grayscale: #CDCDCD. Windows color (decimal): -7669349 or 10221962. OLE color: 10221962.
HSL color Cylindrical-coordinate representation of color #8AF99B: hue angle of 129.19º degrees, saturation: 0.9, 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 #8AF99B is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 155 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.02 |
| HSL | 129.19º | 0.9% | 0.76% | - |
| HSV(B) | 129.19º | 0.45% | 0.98% | - |
| XYZ | 50.27 | 75.52 | 42.94 | - |
| YUV | 205.1 | 99.73 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 155 | 0.45 | 0 | 0.38 | 0.02 | 129.19 | 0.9 | 0.76 |
| Hex | 8A | F9 | 9B | 2D | 0 | 26 | 2 | 81 | 5A | 4C |
| Octal | 212 | 371 | 233 | 55 | 0 | 46 | 2 | 201 | 132 | 114 |
| Binary | 10001010 | 11111001 | 10011011 | 101101 | 0 | 100110 | 10 | 10000001 | 1011010 | 1001100 |
Color Harmonies of #8AF99B
Complementary color
Monochromatic Colors of #8AF99B
Black with #8AF99B
Text Example
Text Example
White with #8AF99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF99B; }
p { color: rgb(138,249,155); }
H1.HeaderClassName
{
color: #8AF99B;
}
.AnyTagClassName
{
color: #8AF99B;
}
</style>
background-color css
<style>
a { background-color: #8AF99B; }
a { background-color: rgb(138,249,155); }
div.DivClassName
{
background-color: #8AF99B;
}
.BgClassName
{
background-color: #8AF99B;
}
</style>
border-color css
<style>
span { border-color: #8AF99B; }
span { border-color: rgb(138,249,155); }
td.TdClassName
{
border-color: #8AF99B;
}
.TagClassName
{
border-color: #8AF99B;
}
</style>