Shades of Citrus #8ABB08
Tints of Citrus #8ABB08
RGB
CMYK
RGB Variations
Color information
#8ABB08 (or 0x8ABB08) is known color: Citrus. HEX triplet: 8A, BB and 08. RGB value is (138,187,8). Sum of RGB (Red+Green+Blue) = 138+187+8=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 187 (73.44% from 255 or 56.16% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABB08 is #7544F7. Grayscale: #989898. Windows color (decimal): -7685368 or 572298. OLE color: 572298.
HSL color Cylindrical-coordinate representation of color #8ABB08: hue angle of 76.42º degrees, saturation: 0.92, 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 #8ABB08 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 8 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.27 |
| HSL | 76.42º | 0.92% | 0.38% | - |
| HSV(B) | 76.42º | 0.96% | 0.73% | - |
| XYZ | 28.3 | 40.96 | 6.64 | - |
| YUV | 151.94 | 46.77 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 8 | 0.26 | 0 | 0.96 | 0.27 | 76.42 | 0.92 | 0.38 |
| Hex | 8A | BB | 8 | 1A | 0 | 60 | 1B | 4C | 5C | 26 |
| Octal | 212 | 273 | 10 | 32 | 0 | 140 | 33 | 114 | 134 | 46 |
| Binary | 10001010 | 10111011 | 1000 | 11010 | 0 | 1100000 | 11011 | 1001100 | 1011100 | 100110 |
Color Harmonies of #8ABB08
Complementary color
Monochromatic Colors of #8ABB08
Black with #8ABB08
Text Example
Text Example
White with #8ABB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABB08; }
p { color: rgb(138,187,8); }
H1.HeaderClassName
{
color: #8ABB08;
}
.AnyTagClassName
{
color: #8ABB08;
}
</style>
background-color css
<style>
a { background-color: #8ABB08; }
a { background-color: rgb(138,187,8); }
div.DivClassName
{
background-color: #8ABB08;
}
.BgClassName
{
background-color: #8ABB08;
}
</style>
border-color css
<style>
span { border-color: #8ABB08; }
span { border-color: rgb(138,187,8); }
td.TdClassName
{
border-color: #8ABB08;
}
.TagClassName
{
border-color: #8ABB08;
}
</style>