Shades of Light Green #8AF28B
Tints of Light Green #8AF28B
RGB
CMYK
RGB Variations
Color information
#8AF28B (or 0x8AF28B) is known color: Light Green. HEX triplet: 8A, F2 and 8B. RGB value is (138,242,139). Sum of RGB (Red+Green+Blue) = 138+242+139=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF28B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF28B is #750D74. Grayscale: #C7C7C7. Windows color (decimal): -7671157 or 9171594. OLE color: 9171594.
HSL color Cylindrical-coordinate representation of color #8AF28B: hue angle of 120.58º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF28B is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 139 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.05 |
| HSL | 120.58º | 0.8% | 0.75% | - |
| HSV(B) | 120.58º | 0.43% | 0.95% | - |
| XYZ | 46.89 | 70.77 | 35.61 | - |
| YUV | 199.16 | 94.04 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 139 | 0.43 | 0 | 0.43 | 0.05 | 120.58 | 0.8 | 0.75 |
| Hex | 8A | F2 | 8B | 2B | 0 | 2B | 5 | 79 | 50 | 4B |
| Octal | 212 | 362 | 213 | 53 | 0 | 53 | 5 | 171 | 120 | 113 |
| Binary | 10001010 | 11110010 | 10001011 | 101011 | 0 | 101011 | 101 | 1111001 | 1010000 | 1001011 |
Color Harmonies of #8AF28B
Complementary color
Monochromatic Colors of #8AF28B
Black with #8AF28B
Text Example
Text Example
White with #8AF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF28B; }
p { color: rgb(138,242,139); }
H1.HeaderClassName
{
color: #8AF28B;
}
.AnyTagClassName
{
color: #8AF28B;
}
</style>
background-color css
<style>
a { background-color: #8AF28B; }
a { background-color: rgb(138,242,139); }
div.DivClassName
{
background-color: #8AF28B;
}
.BgClassName
{
background-color: #8AF28B;
}
</style>
border-color css
<style>
span { border-color: #8AF28B; }
span { border-color: rgb(138,242,139); }
td.TdClassName
{
border-color: #8AF28B;
}
.TagClassName
{
border-color: #8AF28B;
}
</style>