Shades of Light Green #8AF375
Tints of Light Green #8AF375
RGB
CMYK
RGB Variations
Color information
#8AF375 (or 0x8AF375) is known color: Light Green. HEX triplet: 8A, F3 and 75. RGB value is (138,243,117). Sum of RGB (Red+Green+Blue) = 138+243+117=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF375 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF375 is #750C8A. Grayscale: #C5C5C5. Windows color (decimal): -7670923 or 7730058. OLE color: 7730058.
HSL color Cylindrical-coordinate representation of color #8AF375: hue angle of 110º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8AF375 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 117 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.05 |
| HSL | 110º | 0.84% | 0.71% | - |
| HSV(B) | 110º | 0.52% | 0.95% | - |
| XYZ | 45.74 | 70.79 | 28.08 | - |
| YUV | 197.24 | 82.71 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 117 | 0.43 | 0 | 0.52 | 0.05 | 110 | 0.84 | 0.71 |
| Hex | 8A | F3 | 75 | 2B | 0 | 34 | 5 | 6E | 54 | 47 |
| Octal | 212 | 363 | 165 | 53 | 0 | 64 | 5 | 156 | 124 | 107 |
| Binary | 10001010 | 11110011 | 1110101 | 101011 | 0 | 110100 | 101 | 1101110 | 1010100 | 1000111 |
Color Harmonies of #8AF375
Complementary color
Monochromatic Colors of #8AF375
Black with #8AF375
Text Example
Text Example
White with #8AF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF375; }
p { color: rgb(138,243,117); }
H1.HeaderClassName
{
color: #8AF375;
}
.AnyTagClassName
{
color: #8AF375;
}
</style>
background-color css
<style>
a { background-color: #8AF375; }
a { background-color: rgb(138,243,117); }
div.DivClassName
{
background-color: #8AF375;
}
.BgClassName
{
background-color: #8AF375;
}
</style>
border-color css
<style>
span { border-color: #8AF375; }
span { border-color: rgb(138,243,117); }
td.TdClassName
{
border-color: #8AF375;
}
.TagClassName
{
border-color: #8AF375;
}
</style>