Shades of Citrus #8AB80B
Tints of Citrus #8AB80B
RGB
CMYK
RGB Variations
Color information
#8AB80B (or 0x8AB80B) is known color: Citrus. HEX triplet: 8A, B8 and 0B. RGB value is (138,184,11). Sum of RGB (Red+Green+Blue) = 138+184+11=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 184 (72.27% from 255 or 55.26% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB80B is #7547F4. Grayscale: #979797. Windows color (decimal): -7686133 or 768138. OLE color: 768138.
HSL color Cylindrical-coordinate representation of color #8AB80B: hue angle of 75.95º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8AB80B is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 11 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.28 |
| HSL | 75.95º | 0.89% | 0.38% | - |
| HSV(B) | 75.95º | 0.94% | 0.72% | - |
| XYZ | 27.68 | 39.71 | 6.52 | - |
| YUV | 150.52 | 49.26 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 11 | 0.25 | 0 | 0.94 | 0.28 | 75.95 | 0.89 | 0.38 |
| Hex | 8A | B8 | B | 19 | 0 | 5E | 1C | 4C | 59 | 26 |
| Octal | 212 | 270 | 13 | 31 | 0 | 136 | 34 | 114 | 131 | 46 |
| Binary | 10001010 | 10111000 | 1011 | 11001 | 0 | 1011110 | 11100 | 1001100 | 1011001 | 100110 |
Color Harmonies of #8AB80B
Complementary color
Monochromatic Colors of #8AB80B
Black with #8AB80B
Text Example
Text Example
White with #8AB80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB80B; }
p { color: rgb(138,184,11); }
H1.HeaderClassName
{
color: #8AB80B;
}
.AnyTagClassName
{
color: #8AB80B;
}
</style>
background-color css
<style>
a { background-color: #8AB80B; }
a { background-color: rgb(138,184,11); }
div.DivClassName
{
background-color: #8AB80B;
}
.BgClassName
{
background-color: #8AB80B;
}
</style>
border-color css
<style>
span { border-color: #8AB80B; }
span { border-color: rgb(138,184,11); }
td.TdClassName
{
border-color: #8AB80B;
}
.TagClassName
{
border-color: #8AB80B;
}
</style>