Shades of Chartreuse #8AF31D
Tints of Chartreuse #8AF31D
RGB
CMYK
RGB Variations
Color information
#8AF31D (or 0x8AF31D) is known color: Chartreuse. HEX triplet: 8A, F3 and 1D. RGB value is (138,243,29). Sum of RGB (Red+Green+Blue) = 138+243+29=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 243 (95.31% from 255 or 59.27% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF31D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF31D is #750CE2. Grayscale: #BBBBBB. Windows color (decimal): -7671011 or 1962890. OLE color: 1962890.
HSL color Cylindrical-coordinate representation of color #8AF31D: hue angle of 89.44º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AF31D is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 29 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.05 |
| HSL | 89.44º | 0.9% | 0.53% | - |
| HSV(B) | 89.44º | 0.88% | 0.95% | - |
| XYZ | 42.75 | 69.59 | 12.34 | - |
| YUV | 187.21 | 38.71 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 29 | 0.43 | 0 | 0.88 | 0.05 | 89.44 | 0.9 | 0.53 |
| Hex | 8A | F3 | 1D | 2B | 0 | 58 | 5 | 59 | 5A | 35 |
| Octal | 212 | 363 | 35 | 53 | 0 | 130 | 5 | 131 | 132 | 65 |
| Binary | 10001010 | 11110011 | 11101 | 101011 | 0 | 1011000 | 101 | 1011001 | 1011010 | 110101 |
Color Harmonies of #8AF31D
Complementary color
Monochromatic Colors of #8AF31D
Black with #8AF31D
Text Example
Text Example
White with #8AF31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF31D; }
p { color: rgb(138,243,29); }
H1.HeaderClassName
{
color: #8AF31D;
}
.AnyTagClassName
{
color: #8AF31D;
}
</style>
background-color css
<style>
a { background-color: #8AF31D; }
a { background-color: rgb(138,243,29); }
div.DivClassName
{
background-color: #8AF31D;
}
.BgClassName
{
background-color: #8AF31D;
}
</style>
border-color css
<style>
span { border-color: #8AF31D; }
span { border-color: rgb(138,243,29); }
td.TdClassName
{
border-color: #8AF31D;
}
.TagClassName
{
border-color: #8AF31D;
}
</style>