Shades of Chartreuse #8AF914
Tints of Chartreuse #8AF914
RGB
CMYK
RGB Variations
Color information
#8AF914 (or 0x8AF914) is known color: Chartreuse. HEX triplet: 8A, F9 and 14. RGB value is (138,249,20). Sum of RGB (Red+Green+Blue) = 138+249+20=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 249 (97.66% from 255 or 61.18% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF914 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF914 is #7506EB. Grayscale: #BEBEBE. Windows color (decimal): -7669484 or 1374602. OLE color: 1374602.
HSL color Cylindrical-coordinate representation of color #8AF914: hue angle of 89.08º 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 #8AF914 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 20 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.02 |
| HSL | 89.08º | 0.95% | 0.53% | - |
| HSV(B) | 89.08º | 0.92% | 0.98% | - |
| XYZ | 44.48 | 73.21 | 12.45 | - |
| YUV | 189.71 | 32.23 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 20 | 0.45 | 0 | 0.92 | 0.02 | 89.08 | 0.95 | 0.53 |
| Hex | 8A | F9 | 14 | 2D | 0 | 5C | 2 | 59 | 5F | 35 |
| Octal | 212 | 371 | 24 | 55 | 0 | 134 | 2 | 131 | 137 | 65 |
| Binary | 10001010 | 11111001 | 10100 | 101101 | 0 | 1011100 | 10 | 1011001 | 1011111 | 110101 |
Color Harmonies of #8AF914
Complementary color
Monochromatic Colors of #8AF914
Black with #8AF914
Text Example
Text Example
White with #8AF914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF914; }
p { color: rgb(138,249,20); }
H1.HeaderClassName
{
color: #8AF914;
}
.AnyTagClassName
{
color: #8AF914;
}
</style>
background-color css
<style>
a { background-color: #8AF914; }
a { background-color: rgb(138,249,20); }
div.DivClassName
{
background-color: #8AF914;
}
.BgClassName
{
background-color: #8AF914;
}
</style>
border-color css
<style>
span { border-color: #8AF914; }
span { border-color: rgb(138,249,20); }
td.TdClassName
{
border-color: #8AF914;
}
.TagClassName
{
border-color: #8AF914;
}
</style>