Shades of Chartreuse #8AF908
Tints of Chartreuse #8AF908
RGB
CMYK
RGB Variations
Color information
#8AF908 (or 0x8AF908) is known color: Chartreuse. HEX triplet: 8A, F9 and 08. RGB value is (138,249,8). Sum of RGB (Red+Green+Blue) = 138+249+8=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 249 (97.66% from 255 or 63.04% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF908 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF908 is #7506F7. Grayscale: #BDBDBD. Windows color (decimal): -7669496 or 588170. OLE color: 588170.
HSL color Cylindrical-coordinate representation of color #8AF908: hue angle of 87.63º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AF908 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 8 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.02 |
| HSL | 87.63º | 0.95% | 0.5% | - |
| HSV(B) | 87.63º | 0.97% | 0.98% | - |
| XYZ | 44.4 | 73.17 | 12.01 | - |
| YUV | 188.34 | 26.23 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 8 | 0.45 | 0 | 0.97 | 0.02 | 87.63 | 0.95 | 0.5 |
| Hex | 8A | F9 | 8 | 2D | 0 | 61 | 2 | 58 | 5F | 32 |
| Octal | 212 | 371 | 10 | 55 | 0 | 141 | 2 | 130 | 137 | 62 |
| Binary | 10001010 | 11111001 | 1000 | 101101 | 0 | 1100001 | 10 | 1011000 | 1011111 | 110010 |
Color Harmonies of #8AF908
Complementary color
Monochromatic Colors of #8AF908
Black with #8AF908
Text Example
Text Example
White with #8AF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF908; }
p { color: rgb(138,249,8); }
H1.HeaderClassName
{
color: #8AF908;
}
.AnyTagClassName
{
color: #8AF908;
}
</style>
background-color css
<style>
a { background-color: #8AF908; }
a { background-color: rgb(138,249,8); }
div.DivClassName
{
background-color: #8AF908;
}
.BgClassName
{
background-color: #8AF908;
}
</style>
border-color css
<style>
span { border-color: #8AF908; }
span { border-color: rgb(138,249,8); }
td.TdClassName
{
border-color: #8AF908;
}
.TagClassName
{
border-color: #8AF908;
}
</style>