Shades of Chartreuse #8AFF1C
Tints of Chartreuse #8AFF1C
RGB
CMYK
RGB Variations
Color information
#8AFF1C (or 0x8AFF1C) is known color: Chartreuse. HEX triplet: 8A, FF and 1C. RGB value is (138,255,28). Sum of RGB (Red+Green+Blue) = 138+255+28=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 255 (100% from 255 or 60.57% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFF1C is #7500E3. Grayscale: #C2C2C2. Windows color (decimal): -7667940 or 1900426. OLE color: 1900426.
HSL color Cylindrical-coordinate representation of color #8AFF1C: hue angle of 90.93º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8AFF1C is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 28 | - |
| CMYK | 0.46 | 0 | 0.89 | 0 |
| HSL | 90.93º | 1% | 0.55% | - |
| HSV(B) | 90.93º | 0.89% | 1% | - |
| XYZ | 46.45 | 77.01 | 13.51 | - |
| YUV | 194.14 | 34.24 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 28 | 0.46 | 0 | 0.89 | 0 | 90.93 | 1 | 0.55 |
| Hex | 8A | FF | 1C | 2E | 0 | 59 | 0 | 5B | 64 | 37 |
| Octal | 212 | 377 | 34 | 56 | 0 | 131 | 0 | 133 | 144 | 67 |
| Binary | 10001010 | 11111111 | 11100 | 101110 | 0 | 1011001 | 0 | 1011011 | 1100100 | 110111 |
Color Harmonies of #8AFF1C
Complementary color
Monochromatic Colors of #8AFF1C
Black with #8AFF1C
Text Example
Text Example
White with #8AFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF1C; }
p { color: rgb(138,255,28); }
H1.HeaderClassName
{
color: #8AFF1C;
}
.AnyTagClassName
{
color: #8AFF1C;
}
</style>
background-color css
<style>
a { background-color: #8AFF1C; }
a { background-color: rgb(138,255,28); }
div.DivClassName
{
background-color: #8AFF1C;
}
.BgClassName
{
background-color: #8AFF1C;
}
</style>
border-color css
<style>
span { border-color: #8AFF1C; }
span { border-color: rgb(138,255,28); }
td.TdClassName
{
border-color: #8AFF1C;
}
.TagClassName
{
border-color: #8AFF1C;
}
</style>