Shades of Light Green #8AFE74
Tints of Light Green #8AFE74
RGB
CMYK
RGB Variations
Color information
#8AFE74 (or 0x8AFE74) is known color: Light Green. HEX triplet: 8A, FE and 74. RGB value is (138,254,116). Sum of RGB (Red+Green+Blue) = 138+254+116=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFE74 is #75018B. Grayscale: #CCCCCC. Windows color (decimal): -7668108 or 7667338. OLE color: 7667338.
HSL color Cylindrical-coordinate representation of color #8AFE74: hue angle of 110.43º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AFE74 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 116 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.00 |
| HSL | 110.43º | 0.99% | 0.73% | - |
| HSV(B) | 110.43º | 0.54% | 1% | - |
| XYZ | 49.08 | 77.55 | 28.9 | - |
| YUV | 203.58 | 78.57 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 116 | 0.46 | 0 | 0.54 | 0.00 | 110.43 | 0.99 | 0.73 |
| Hex | 8A | FE | 74 | 2E | 0 | 36 | 0 | 6E | 63 | 49 |
| Octal | 212 | 376 | 164 | 56 | 0 | 66 | 0 | 156 | 143 | 111 |
| Binary | 10001010 | 11111110 | 1110100 | 101110 | 0 | 110110 | 0 | 1101110 | 1100011 | 1001001 |
Color Harmonies of #8AFE74
Complementary color
Monochromatic Colors of #8AFE74
Black with #8AFE74
Text Example
Text Example
White with #8AFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE74; }
p { color: rgb(138,254,116); }
H1.HeaderClassName
{
color: #8AFE74;
}
.AnyTagClassName
{
color: #8AFE74;
}
</style>
background-color css
<style>
a { background-color: #8AFE74; }
a { background-color: rgb(138,254,116); }
div.DivClassName
{
background-color: #8AFE74;
}
.BgClassName
{
background-color: #8AFE74;
}
</style>
border-color css
<style>
span { border-color: #8AFE74; }
span { border-color: rgb(138,254,116); }
td.TdClassName
{
border-color: #8AFE74;
}
.TagClassName
{
border-color: #8AFE74;
}
</style>