Shades of Chartreuse #8AF510
Tints of Chartreuse #8AF510
RGB
CMYK
RGB Variations
Color information
#8AF510 (or 0x8AF510) is known color: Chartreuse. HEX triplet: 8A, F5 and 10. RGB value is (138,245,16). Sum of RGB (Red+Green+Blue) = 138+245+16=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 245 (96.09% from 255 or 61.40% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF510 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF510 is #750AEF. Grayscale: #BBBBBB. Windows color (decimal): -7670512 or 1111434. OLE color: 1111434.
HSL color Cylindrical-coordinate representation of color #8AF510: hue angle of 88.03º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AF510 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 16 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.04 |
| HSL | 88.03º | 0.92% | 0.51% | - |
| HSV(B) | 88.03º | 0.93% | 0.96% | - |
| XYZ | 43.23 | 70.75 | 11.87 | - |
| YUV | 186.9 | 31.55 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 16 | 0.44 | 0 | 0.93 | 0.04 | 88.03 | 0.92 | 0.51 |
| Hex | 8A | F5 | 10 | 2C | 0 | 5D | 4 | 58 | 5C | 33 |
| Octal | 212 | 365 | 20 | 54 | 0 | 135 | 4 | 130 | 134 | 63 |
| Binary | 10001010 | 11110101 | 10000 | 101100 | 0 | 1011101 | 100 | 1011000 | 1011100 | 110011 |
Color Harmonies of #8AF510
Complementary color
Monochromatic Colors of #8AF510
Black with #8AF510
Text Example
Text Example
White with #8AF510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF510; }
p { color: rgb(138,245,16); }
H1.HeaderClassName
{
color: #8AF510;
}
.AnyTagClassName
{
color: #8AF510;
}
</style>
background-color css
<style>
a { background-color: #8AF510; }
a { background-color: rgb(138,245,16); }
div.DivClassName
{
background-color: #8AF510;
}
.BgClassName
{
background-color: #8AF510;
}
</style>
border-color css
<style>
span { border-color: #8AF510; }
span { border-color: rgb(138,245,16); }
td.TdClassName
{
border-color: #8AF510;
}
.TagClassName
{
border-color: #8AF510;
}
</style>