Shades of Chartreuse #8AF11D
Tints of Chartreuse #8AF11D
RGB
CMYK
RGB Variations
Color information
#8AF11D (or 0x8AF11D) is known color: Chartreuse. HEX triplet: 8A, F1 and 1D. RGB value is (138,241,29). Sum of RGB (Red+Green+Blue) = 138+241+29=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 241 (94.53% from 255 or 59.07% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF11D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF11D is #750EE2. Grayscale: #BABABA. Windows color (decimal): -7671523 or 1962378. OLE color: 1962378.
HSL color Cylindrical-coordinate representation of color #8AF11D: hue angle of 89.15º degrees, saturation: 0.88, 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 #8AF11D is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 241 | 29 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.05 |
| HSL | 89.15º | 0.88% | 0.53% | - |
| HSV(B) | 89.15º | 0.88% | 0.95% | - |
| XYZ | 42.16 | 68.4 | 12.14 | - |
| YUV | 186.04 | 39.38 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 241 | 29 | 0.43 | 0 | 0.88 | 0.05 | 89.15 | 0.88 | 0.53 |
| Hex | 8A | F1 | 1D | 2B | 0 | 58 | 5 | 59 | 58 | 35 |
| Octal | 212 | 361 | 35 | 53 | 0 | 130 | 5 | 131 | 130 | 65 |
| Binary | 10001010 | 11110001 | 11101 | 101011 | 0 | 1011000 | 101 | 1011001 | 1011000 | 110101 |
Color Harmonies of #8AF11D
Complementary color
Monochromatic Colors of #8AF11D
Black with #8AF11D
Text Example
Text Example
White with #8AF11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF11D; }
p { color: rgb(138,241,29); }
H1.HeaderClassName
{
color: #8AF11D;
}
.AnyTagClassName
{
color: #8AF11D;
}
</style>
background-color css
<style>
a { background-color: #8AF11D; }
a { background-color: rgb(138,241,29); }
div.DivClassName
{
background-color: #8AF11D;
}
.BgClassName
{
background-color: #8AF11D;
}
</style>
border-color css
<style>
span { border-color: #8AF11D; }
span { border-color: rgb(138,241,29); }
td.TdClassName
{
border-color: #8AF11D;
}
.TagClassName
{
border-color: #8AF11D;
}
</style>