Shades of Chartreuse #8AF11C
Tints of Chartreuse #8AF11C
RGB
CMYK
RGB Variations
Color information
#8AF11C (or 0x8AF11C) is known color: Chartreuse. HEX triplet: 8A, F1 and 1C. RGB value is (138,241,28). Sum of RGB (Red+Green+Blue) = 138+241+28=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 241 (94.53% from 255 or 59.21% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF11C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF11C is #750EE3. Grayscale: #BABABA. Windows color (decimal): -7671524 or 1896842. OLE color: 1896842.
HSL color Cylindrical-coordinate representation of color #8AF11C: hue angle of 89.01º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AF11C is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 241 | 28 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.05 |
| HSL | 89.01º | 0.88% | 0.53% | - |
| HSV(B) | 89.01º | 0.88% | 0.95% | - |
| XYZ | 42.15 | 68.4 | 12.08 | - |
| YUV | 185.92 | 38.88 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 241 | 28 | 0.43 | 0 | 0.88 | 0.05 | 89.01 | 0.88 | 0.53 |
| Hex | 8A | F1 | 1C | 2B | 0 | 58 | 5 | 59 | 58 | 35 |
| Octal | 212 | 361 | 34 | 53 | 0 | 130 | 5 | 131 | 130 | 65 |
| Binary | 10001010 | 11110001 | 11100 | 101011 | 0 | 1011000 | 101 | 1011001 | 1011000 | 110101 |
Color Harmonies of #8AF11C
Complementary color
Monochromatic Colors of #8AF11C
Black with #8AF11C
Text Example
Text Example
White with #8AF11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF11C; }
p { color: rgb(138,241,28); }
H1.HeaderClassName
{
color: #8AF11C;
}
.AnyTagClassName
{
color: #8AF11C;
}
</style>
background-color css
<style>
a { background-color: #8AF11C; }
a { background-color: rgb(138,241,28); }
div.DivClassName
{
background-color: #8AF11C;
}
.BgClassName
{
background-color: #8AF11C;
}
</style>
border-color css
<style>
span { border-color: #8AF11C; }
span { border-color: rgb(138,241,28); }
td.TdClassName
{
border-color: #8AF11C;
}
.TagClassName
{
border-color: #8AF11C;
}
</style>