Shades of Chartreuse #8AF90B
Tints of Chartreuse #8AF90B
RGB
CMYK
RGB Variations
Color information
#8AF90B (or 0x8AF90B) is known color: Chartreuse. HEX triplet: 8A, F9 and 0B. RGB value is (138,249,11). Sum of RGB (Red+Green+Blue) = 138+249+11=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 249 (97.66% from 255 or 62.56% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF90B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF90B is #7506F4. Grayscale: #BDBDBD. Windows color (decimal): -7669493 or 784778. OLE color: 784778.
HSL color Cylindrical-coordinate representation of color #8AF90B: hue angle of 87.98º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AF90B is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 11 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.02 |
| HSL | 87.98º | 0.95% | 0.51% | - |
| HSV(B) | 87.98º | 0.96% | 0.98% | - |
| XYZ | 44.42 | 73.18 | 12.1 | - |
| YUV | 188.68 | 27.73 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 11 | 0.45 | 0 | 0.96 | 0.02 | 87.98 | 0.95 | 0.51 |
| Hex | 8A | F9 | B | 2D | 0 | 60 | 2 | 58 | 5F | 33 |
| Octal | 212 | 371 | 13 | 55 | 0 | 140 | 2 | 130 | 137 | 63 |
| Binary | 10001010 | 11111001 | 1011 | 101101 | 0 | 1100000 | 10 | 1011000 | 1011111 | 110011 |
Color Harmonies of #8AF90B
Complementary color
Monochromatic Colors of #8AF90B
Black with #8AF90B
Text Example
Text Example
White with #8AF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF90B; }
p { color: rgb(138,249,11); }
H1.HeaderClassName
{
color: #8AF90B;
}
.AnyTagClassName
{
color: #8AF90B;
}
</style>
background-color css
<style>
a { background-color: #8AF90B; }
a { background-color: rgb(138,249,11); }
div.DivClassName
{
background-color: #8AF90B;
}
.BgClassName
{
background-color: #8AF90B;
}
</style>
border-color css
<style>
span { border-color: #8AF90B; }
span { border-color: rgb(138,249,11); }
td.TdClassName
{
border-color: #8AF90B;
}
.TagClassName
{
border-color: #8AF90B;
}
</style>