Shades of Chartreuse #8AF922
Tints of Chartreuse #8AF922
RGB
CMYK
RGB Variations
Color information
#8AF922 (or 0x8AF922) is known color: Chartreuse. HEX triplet: 8A, F9 and 22. RGB value is (138,249,34). Sum of RGB (Red+Green+Blue) = 138+249+34=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 249 (97.66% from 255 or 59.14% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF922 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF922 is #7506DD. Grayscale: #C0C0C0. Windows color (decimal): -7669470 or 2292106. OLE color: 2292106.
HSL color Cylindrical-coordinate representation of color #8AF922: hue angle of 90.98º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AF922 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 34 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.02 |
| HSL | 90.98º | 0.95% | 0.55% | - |
| HSV(B) | 90.98º | 0.86% | 0.98% | - |
| XYZ | 44.65 | 73.27 | 13.3 | - |
| YUV | 191.3 | 39.23 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 34 | 0.45 | 0 | 0.86 | 0.02 | 90.98 | 0.95 | 0.55 |
| Hex | 8A | F9 | 22 | 2D | 0 | 56 | 2 | 5B | 5F | 37 |
| Octal | 212 | 371 | 42 | 55 | 0 | 126 | 2 | 133 | 137 | 67 |
| Binary | 10001010 | 11111001 | 100010 | 101101 | 0 | 1010110 | 10 | 1011011 | 1011111 | 110111 |
Color Harmonies of #8AF922
Complementary color
Monochromatic Colors of #8AF922
Black with #8AF922
Text Example
Text Example
White with #8AF922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF922; }
p { color: rgb(138,249,34); }
H1.HeaderClassName
{
color: #8AF922;
}
.AnyTagClassName
{
color: #8AF922;
}
</style>
background-color css
<style>
a { background-color: #8AF922; }
a { background-color: rgb(138,249,34); }
div.DivClassName
{
background-color: #8AF922;
}
.BgClassName
{
background-color: #8AF922;
}
</style>
border-color css
<style>
span { border-color: #8AF922; }
span { border-color: rgb(138,249,34); }
td.TdClassName
{
border-color: #8AF922;
}
.TagClassName
{
border-color: #8AF922;
}
</style>