Shades of Citrus #8ABA07
Tints of Citrus #8ABA07
RGB
CMYK
RGB Variations
Color information
#8ABA07 (or 0x8ABA07) is known color: Citrus. HEX triplet: 8A, BA and 07. RGB value is (138,186,7). Sum of RGB (Red+Green+Blue) = 138+186+7=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABA07 is #7545F8. Grayscale: #979797. Windows color (decimal): -7685625 or 506506. OLE color: 506506.
HSL color Cylindrical-coordinate representation of color #8ABA07: hue angle of 76.09º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8ABA07 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 7 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.27 |
| HSL | 76.09º | 0.93% | 0.38% | - |
| HSV(B) | 76.09º | 0.96% | 0.73% | - |
| XYZ | 28.08 | 40.54 | 6.55 | - |
| YUV | 151.24 | 46.6 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 7 | 0.26 | 0 | 0.96 | 0.27 | 76.09 | 0.93 | 0.38 |
| Hex | 8A | BA | 7 | 1A | 0 | 60 | 1B | 4C | 5D | 26 |
| Octal | 212 | 272 | 7 | 32 | 0 | 140 | 33 | 114 | 135 | 46 |
| Binary | 10001010 | 10111010 | 111 | 11010 | 0 | 1100000 | 11011 | 1001100 | 1011101 | 100110 |
Color Harmonies of #8ABA07
Complementary color
Monochromatic Colors of #8ABA07
Black with #8ABA07
Text Example
Text Example
White with #8ABA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA07; }
p { color: rgb(138,186,7); }
H1.HeaderClassName
{
color: #8ABA07;
}
.AnyTagClassName
{
color: #8ABA07;
}
</style>
background-color css
<style>
a { background-color: #8ABA07; }
a { background-color: rgb(138,186,7); }
div.DivClassName
{
background-color: #8ABA07;
}
.BgClassName
{
background-color: #8ABA07;
}
</style>
border-color css
<style>
span { border-color: #8ABA07; }
span { border-color: rgb(138,186,7); }
td.TdClassName
{
border-color: #8ABA07;
}
.TagClassName
{
border-color: #8ABA07;
}
</style>