Shades of Chartreuse #8AFF23
Tints of Chartreuse #8AFF23
RGB
CMYK
RGB Variations
Color information
#8AFF23 (or 0x8AFF23) is known color: Chartreuse. HEX triplet: 8A, FF and 23. RGB value is (138,255,35). Sum of RGB (Red+Green+Blue) = 138+255+35=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 255 (100% from 255 or 59.58% from 428); Blue value is 35 (14.06% from 255 or 8.18% from 428); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF23 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFF23 is #7500DC. Grayscale: #C3C3C3. Windows color (decimal): -7667933 or 2359178. OLE color: 2359178.
HSL color Cylindrical-coordinate representation of color #8AFF23: hue angle of 91.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AFF23 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 35 | - |
| CMYK | 0.46 | 0 | 0.86 | 0 |
| HSL | 91.91º | 1% | 0.57% | - |
| HSV(B) | 91.91º | 0.86% | 1% | - |
| XYZ | 46.54 | 77.04 | 14.01 | - |
| YUV | 194.94 | 37.74 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 35 | 0.46 | 0 | 0.86 | 0 | 91.91 | 1 | 0.57 |
| Hex | 8A | FF | 23 | 2E | 0 | 56 | 0 | 5C | 64 | 39 |
| Octal | 212 | 377 | 43 | 56 | 0 | 126 | 0 | 134 | 144 | 71 |
| Binary | 10001010 | 11111111 | 100011 | 101110 | 0 | 1010110 | 0 | 1011100 | 1100100 | 111001 |
Color Harmonies of #8AFF23
Complementary color
Monochromatic Colors of #8AFF23
Black with #8AFF23
Text Example
Text Example
White with #8AFF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF23; }
p { color: rgb(138,255,35); }
H1.HeaderClassName
{
color: #8AFF23;
}
.AnyTagClassName
{
color: #8AFF23;
}
</style>
background-color css
<style>
a { background-color: #8AFF23; }
a { background-color: rgb(138,255,35); }
div.DivClassName
{
background-color: #8AFF23;
}
.BgClassName
{
background-color: #8AFF23;
}
</style>
border-color css
<style>
span { border-color: #8AFF23; }
span { border-color: rgb(138,255,35); }
td.TdClassName
{
border-color: #8AFF23;
}
.TagClassName
{
border-color: #8AFF23;
}
</style>