Shades of Chartreuse #8AF120
Tints of Chartreuse #8AF120
RGB
CMYK
RGB Variations
Color information
#8AF120 (or 0x8AF120) is known color: Chartreuse. HEX triplet: 8A, F1 and 20. RGB value is (138,241,32). Sum of RGB (Red+Green+Blue) = 138+241+32=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 241 (94.53% from 255 or 58.64% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF120 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF120 is #750EDF. Grayscale: #BBBBBB. Windows color (decimal): -7671520 or 2158986. OLE color: 2158986.
HSL color Cylindrical-coordinate representation of color #8AF120: hue angle of 89.57º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AF120 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 241 | 32 | - |
| CMYK | 0.43 | 0 | 0.87 | 0.05 |
| HSL | 89.57º | 0.88% | 0.54% | - |
| HSV(B) | 89.57º | 0.87% | 0.95% | - |
| XYZ | 42.2 | 68.42 | 12.35 | - |
| YUV | 186.38 | 40.88 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 241 | 32 | 0.43 | 0 | 0.87 | 0.05 | 89.57 | 0.88 | 0.54 |
| Hex | 8A | F1 | 20 | 2B | 0 | 57 | 5 | 5A | 58 | 36 |
| Octal | 212 | 361 | 40 | 53 | 0 | 127 | 5 | 132 | 130 | 66 |
| Binary | 10001010 | 11110001 | 100000 | 101011 | 0 | 1010111 | 101 | 1011010 | 1011000 | 110110 |
Color Harmonies of #8AF120
Complementary color
Monochromatic Colors of #8AF120
Black with #8AF120
Text Example
Text Example
White with #8AF120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF120; }
p { color: rgb(138,241,32); }
H1.HeaderClassName
{
color: #8AF120;
}
.AnyTagClassName
{
color: #8AF120;
}
</style>
background-color css
<style>
a { background-color: #8AF120; }
a { background-color: rgb(138,241,32); }
div.DivClassName
{
background-color: #8AF120;
}
.BgClassName
{
background-color: #8AF120;
}
</style>
border-color css
<style>
span { border-color: #8AF120; }
span { border-color: rgb(138,241,32); }
td.TdClassName
{
border-color: #8AF120;
}
.TagClassName
{
border-color: #8AF120;
}
</style>