Shades of Citrus #8AB911
Tints of Citrus #8AB911
RGB
CMYK
RGB Variations
Color information
#8AB911 (or 0x8AB911) is known color: Citrus. HEX triplet: 8A, B9 and 11. RGB value is (138,185,17). Sum of RGB (Red+Green+Blue) = 138+185+17=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB911 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB911 is #7546EE. Grayscale: #989898. Windows color (decimal): -7685871 or 1161610. OLE color: 1161610.
HSL color Cylindrical-coordinate representation of color #8AB911: hue angle of 76.79º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8AB911 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 17 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.27 |
| HSL | 76.79º | 0.83% | 0.4% | - |
| HSV(B) | 76.79º | 0.91% | 0.73% | - |
| XYZ | 27.93 | 40.14 | 6.81 | - |
| YUV | 151.8 | 51.93 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 17 | 0.25 | 0 | 0.91 | 0.27 | 76.79 | 0.83 | 0.4 |
| Hex | 8A | B9 | 11 | 19 | 0 | 5B | 1B | 4D | 53 | 28 |
| Octal | 212 | 271 | 21 | 31 | 0 | 133 | 33 | 115 | 123 | 50 |
| Binary | 10001010 | 10111001 | 10001 | 11001 | 0 | 1011011 | 11011 | 1001101 | 1010011 | 101000 |
Color Harmonies of #8AB911
Complementary color
Monochromatic Colors of #8AB911
Black with #8AB911
Text Example
Text Example
White with #8AB911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB911; }
p { color: rgb(138,185,17); }
H1.HeaderClassName
{
color: #8AB911;
}
.AnyTagClassName
{
color: #8AB911;
}
</style>
background-color css
<style>
a { background-color: #8AB911; }
a { background-color: rgb(138,185,17); }
div.DivClassName
{
background-color: #8AB911;
}
.BgClassName
{
background-color: #8AB911;
}
</style>
border-color css
<style>
span { border-color: #8AB911; }
span { border-color: rgb(138,185,17); }
td.TdClassName
{
border-color: #8AB911;
}
.TagClassName
{
border-color: #8AB911;
}
</style>