Shades of Chartreuse #8AFE1C
Tints of Chartreuse #8AFE1C
RGB
CMYK
RGB Variations
Color information
#8AFE1C (or 0x8AFE1C) is known color: Chartreuse. HEX triplet: 8A, FE and 1C. RGB value is (138,254,28). Sum of RGB (Red+Green+Blue) = 138+254+28=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 254 (99.61% from 255 or 60.48% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFE1C is #7501E3. Grayscale: #C2C2C2. Windows color (decimal): -7668196 or 1900170. OLE color: 1900170.
HSL color Cylindrical-coordinate representation of color #8AFE1C: hue angle of 90.8º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8AFE1C is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 28 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.00 |
| HSL | 90.8º | 0.99% | 0.55% | - |
| HSV(B) | 90.8º | 0.89% | 1% | - |
| XYZ | 46.13 | 76.37 | 13.41 | - |
| YUV | 193.55 | 34.57 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 28 | 0.46 | 0 | 0.89 | 0.00 | 90.8 | 0.99 | 0.55 |
| Hex | 8A | FE | 1C | 2E | 0 | 59 | 0 | 5B | 63 | 37 |
| Octal | 212 | 376 | 34 | 56 | 0 | 131 | 0 | 133 | 143 | 67 |
| Binary | 10001010 | 11111110 | 11100 | 101110 | 0 | 1011001 | 0 | 1011011 | 1100011 | 110111 |
Color Harmonies of #8AFE1C
Complementary color
Monochromatic Colors of #8AFE1C
Black with #8AFE1C
Text Example
Text Example
White with #8AFE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE1C; }
p { color: rgb(138,254,28); }
H1.HeaderClassName
{
color: #8AFE1C;
}
.AnyTagClassName
{
color: #8AFE1C;
}
</style>
background-color css
<style>
a { background-color: #8AFE1C; }
a { background-color: rgb(138,254,28); }
div.DivClassName
{
background-color: #8AFE1C;
}
.BgClassName
{
background-color: #8AFE1C;
}
</style>
border-color css
<style>
span { border-color: #8AFE1C; }
span { border-color: rgb(138,254,28); }
td.TdClassName
{
border-color: #8AFE1C;
}
.TagClassName
{
border-color: #8AFE1C;
}
</style>