Shades of Light Green #8AF392
Tints of Light Green #8AF392
RGB
CMYK
RGB Variations
Color information
#8AF392 (or 0x8AF392) is known color: Light Green. HEX triplet: 8A, F3 and 92. RGB value is (138,243,146). Sum of RGB (Red+Green+Blue) = 138+243+146=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF392 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF392 is #750C6D. Grayscale: #C8C8C8. Windows color (decimal): -7670894 or 9630602. OLE color: 9630602.
HSL color Cylindrical-coordinate representation of color #8AF392: hue angle of 124.57º degrees, saturation: 0.81, 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 #8AF392 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 146 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.05 |
| HSL | 124.57º | 0.81% | 0.75% | - |
| HSV(B) | 124.57º | 0.43% | 0.95% | - |
| XYZ | 47.72 | 71.58 | 38.5 | - |
| YUV | 200.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 146 | 0.43 | 0 | 0.40 | 0.05 | 124.57 | 0.81 | 0.75 |
| Hex | 8A | F3 | 92 | 2B | 0 | 28 | 5 | 7D | 51 | 4B |
| Octal | 212 | 363 | 222 | 53 | 0 | 50 | 5 | 175 | 121 | 113 |
| Binary | 10001010 | 11110011 | 10010010 | 101011 | 0 | 101000 | 101 | 1111101 | 1010001 | 1001011 |
Color Harmonies of #8AF392
Complementary color
Monochromatic Colors of #8AF392
Black with #8AF392
Text Example
Text Example
White with #8AF392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF392; }
p { color: rgb(138,243,146); }
H1.HeaderClassName
{
color: #8AF392;
}
.AnyTagClassName
{
color: #8AF392;
}
</style>
background-color css
<style>
a { background-color: #8AF392; }
a { background-color: rgb(138,243,146); }
div.DivClassName
{
background-color: #8AF392;
}
.BgClassName
{
background-color: #8AF392;
}
</style>
border-color css
<style>
span { border-color: #8AF392; }
span { border-color: rgb(138,243,146); }
td.TdClassName
{
border-color: #8AF392;
}
.TagClassName
{
border-color: #8AF392;
}
</style>