Shades of Chartreuse #8AF100
Tints of Chartreuse #8AF100
RGB
CMYK
RGB Variations
Color information
#8AF100 (or 0x8AF100) is known color: Chartreuse. HEX triplet: 8A, F1 and 00. RGB value is (138,241,0). Sum of RGB (Red+Green+Blue) = 138+241+0=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 241 (94.53% from 255 or 63.59% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF100 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF100 is #750EFF. Grayscale: #B7B7B7. Windows color (decimal): -7671552 or 61834. OLE color: 61834.
HSL color Cylindrical-coordinate representation of color #8AF100: hue angle of 85.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AF100 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 241 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.05 |
| HSL | 85.64º | 1% | 0.47% | - |
| HSV(B) | 85.64º | 1% | 0.95% | - |
| XYZ | 41.94 | 68.31 | 10.98 | - |
| YUV | 182.73 | 24.88 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 241 | 0 | 0.43 | 0 | 1 | 0.05 | 85.64 | 1 | 0.47 |
| Hex | 8A | F1 | 0 | 2B | 0 | 64 | 5 | 56 | 64 | 2F |
| Octal | 212 | 361 | 0 | 53 | 0 | 144 | 5 | 126 | 144 | 57 |
| Binary | 10001010 | 11110001 | 0 | 101011 | 0 | 1100100 | 101 | 1010110 | 1100100 | 101111 |
Color Harmonies of #8AF100
Complementary color
Monochromatic Colors of #8AF100
Black with #8AF100
Text Example
Text Example
White with #8AF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF100; }
p { color: rgb(138,241,0); }
H1.HeaderClassName
{
color: #8AF100;
}
.AnyTagClassName
{
color: #8AF100;
}
</style>
background-color css
<style>
a { background-color: #8AF100; }
a { background-color: rgb(138,241,0); }
div.DivClassName
{
background-color: #8AF100;
}
.BgClassName
{
background-color: #8AF100;
}
</style>
border-color css
<style>
span { border-color: #8AF100; }
span { border-color: rgb(138,241,0); }
td.TdClassName
{
border-color: #8AF100;
}
.TagClassName
{
border-color: #8AF100;
}
</style>