Shades of Chartreuse #8AF915
Tints of Chartreuse #8AF915
RGB
CMYK
RGB Variations
Color information
#8AF915 (or 0x8AF915) is known color: Chartreuse. HEX triplet: 8A, F9 and 15. RGB value is (138,249,21). Sum of RGB (Red+Green+Blue) = 138+249+21=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 249 (97.66% from 255 or 61.03% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF915 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF915 is #7506EA. Grayscale: #BEBEBE. Windows color (decimal): -7669483 or 1440138. OLE color: 1440138.
HSL color Cylindrical-coordinate representation of color #8AF915: hue angle of 89.21º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AF915 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 21 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.02 |
| HSL | 89.21º | 0.95% | 0.53% | - |
| HSV(B) | 89.21º | 0.92% | 0.98% | - |
| XYZ | 44.49 | 73.21 | 12.5 | - |
| YUV | 189.82 | 32.73 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 21 | 0.45 | 0 | 0.92 | 0.02 | 89.21 | 0.95 | 0.53 |
| Hex | 8A | F9 | 15 | 2D | 0 | 5C | 2 | 59 | 5F | 35 |
| Octal | 212 | 371 | 25 | 55 | 0 | 134 | 2 | 131 | 137 | 65 |
| Binary | 10001010 | 11111001 | 10101 | 101101 | 0 | 1011100 | 10 | 1011001 | 1011111 | 110101 |
Color Harmonies of #8AF915
Complementary color
Monochromatic Colors of #8AF915
Black with #8AF915
Text Example
Text Example
White with #8AF915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF915; }
p { color: rgb(138,249,21); }
H1.HeaderClassName
{
color: #8AF915;
}
.AnyTagClassName
{
color: #8AF915;
}
</style>
background-color css
<style>
a { background-color: #8AF915; }
a { background-color: rgb(138,249,21); }
div.DivClassName
{
background-color: #8AF915;
}
.BgClassName
{
background-color: #8AF915;
}
</style>
border-color css
<style>
span { border-color: #8AF915; }
span { border-color: rgb(138,249,21); }
td.TdClassName
{
border-color: #8AF915;
}
.TagClassName
{
border-color: #8AF915;
}
</style>