Shades of Chartreuse #8AF119
Tints of Chartreuse #8AF119
RGB
CMYK
RGB Variations
Color information
#8AF119 (or 0x8AF119) is known color: Chartreuse. HEX triplet: 8A, F1 and 19. RGB value is (138,241,25). Sum of RGB (Red+Green+Blue) = 138+241+25=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 241 (94.53% from 255 or 59.65% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF119 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF119 is #750EE6. Grayscale: #BABABA. Windows color (decimal): -7671527 or 1700234. OLE color: 1700234.
HSL color Cylindrical-coordinate representation of color #8AF119: hue angle of 88.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8AF119 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 241 | 25 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.05 |
| HSL | 88.61º | 0.89% | 0.52% | - |
| HSV(B) | 88.61º | 0.9% | 0.95% | - |
| XYZ | 42.11 | 68.38 | 11.9 | - |
| YUV | 185.58 | 37.38 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 241 | 25 | 0.43 | 0 | 0.90 | 0.05 | 88.61 | 0.89 | 0.52 |
| Hex | 8A | F1 | 19 | 2B | 0 | 5A | 5 | 59 | 59 | 34 |
| Octal | 212 | 361 | 31 | 53 | 0 | 132 | 5 | 131 | 131 | 64 |
| Binary | 10001010 | 11110001 | 11001 | 101011 | 0 | 1011010 | 101 | 1011001 | 1011001 | 110100 |
Color Harmonies of #8AF119
Complementary color
Monochromatic Colors of #8AF119
Black with #8AF119
Text Example
Text Example
White with #8AF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF119; }
p { color: rgb(138,241,25); }
H1.HeaderClassName
{
color: #8AF119;
}
.AnyTagClassName
{
color: #8AF119;
}
</style>
background-color css
<style>
a { background-color: #8AF119; }
a { background-color: rgb(138,241,25); }
div.DivClassName
{
background-color: #8AF119;
}
.BgClassName
{
background-color: #8AF119;
}
</style>
border-color css
<style>
span { border-color: #8AF119; }
span { border-color: rgb(138,241,25); }
td.TdClassName
{
border-color: #8AF119;
}
.TagClassName
{
border-color: #8AF119;
}
</style>