Shades of Chartreuse #8AFA1C
Tints of Chartreuse #8AFA1C
RGB
CMYK
RGB Variations
Color information
#8AFA1C (or 0x8AFA1C) is known color: Chartreuse. HEX triplet: 8A, FA and 1C. RGB value is (138,250,28). Sum of RGB (Red+Green+Blue) = 138+250+28=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFA1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFA1C is #7505E3. Grayscale: #BFBFBF. Windows color (decimal): -7669220 or 1899146. OLE color: 1899146.
HSL color Cylindrical-coordinate representation of color #8AFA1C: hue angle of 90.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8AFA1C is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 250 | 28 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.02 |
| HSL | 90.27º | 0.96% | 0.55% | - |
| HSV(B) | 90.27º | 0.89% | 0.98% | - |
| XYZ | 44.88 | 73.86 | 12.99 | - |
| YUV | 191.2 | 35.89 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 250 | 28 | 0.45 | 0 | 0.89 | 0.02 | 90.27 | 0.96 | 0.55 |
| Hex | 8A | FA | 1C | 2D | 0 | 59 | 2 | 5A | 60 | 37 |
| Octal | 212 | 372 | 34 | 55 | 0 | 131 | 2 | 132 | 140 | 67 |
| Binary | 10001010 | 11111010 | 11100 | 101101 | 0 | 1011001 | 10 | 1011010 | 1100000 | 110111 |
Color Harmonies of #8AFA1C
Complementary color
Monochromatic Colors of #8AFA1C
Black with #8AFA1C
Text Example
Text Example
White with #8AFA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFA1C; }
p { color: rgb(138,250,28); }
H1.HeaderClassName
{
color: #8AFA1C;
}
.AnyTagClassName
{
color: #8AFA1C;
}
</style>
background-color css
<style>
a { background-color: #8AFA1C; }
a { background-color: rgb(138,250,28); }
div.DivClassName
{
background-color: #8AFA1C;
}
.BgClassName
{
background-color: #8AFA1C;
}
</style>
border-color css
<style>
span { border-color: #8AFA1C; }
span { border-color: rgb(138,250,28); }
td.TdClassName
{
border-color: #8AFA1C;
}
.TagClassName
{
border-color: #8AFA1C;
}
</style>