Shades of Citrus #8AB808
Tints of Citrus #8AB808
RGB
CMYK
RGB Variations
Color information
#8AB808 (or 0x8AB808) is known color: Citrus. HEX triplet: 8A, B8 and 08. RGB value is (138,184,8). Sum of RGB (Red+Green+Blue) = 138+184+8=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB808 is #7547F7. Grayscale: #969696. Windows color (decimal): -7686136 or 571530. OLE color: 571530.
HSL color Cylindrical-coordinate representation of color #8AB808: hue angle of 75.68º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AB808 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 8 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.28 |
| HSL | 75.68º | 0.92% | 0.38% | - |
| HSV(B) | 75.68º | 0.96% | 0.72% | - |
| XYZ | 27.67 | 39.7 | 6.43 | - |
| YUV | 150.18 | 47.76 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 8 | 0.25 | 0 | 0.96 | 0.28 | 75.68 | 0.92 | 0.38 |
| Hex | 8A | B8 | 8 | 19 | 0 | 60 | 1C | 4C | 5C | 26 |
| Octal | 212 | 270 | 10 | 31 | 0 | 140 | 34 | 114 | 134 | 46 |
| Binary | 10001010 | 10111000 | 1000 | 11001 | 0 | 1100000 | 11100 | 1001100 | 1011100 | 100110 |
Color Harmonies of #8AB808
Complementary color
Monochromatic Colors of #8AB808
Black with #8AB808
Text Example
Text Example
White with #8AB808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB808; }
p { color: rgb(138,184,8); }
H1.HeaderClassName
{
color: #8AB808;
}
.AnyTagClassName
{
color: #8AB808;
}
</style>
background-color css
<style>
a { background-color: #8AB808; }
a { background-color: rgb(138,184,8); }
div.DivClassName
{
background-color: #8AB808;
}
.BgClassName
{
background-color: #8AB808;
}
</style>
border-color css
<style>
span { border-color: #8AB808; }
span { border-color: rgb(138,184,8); }
td.TdClassName
{
border-color: #8AB808;
}
.TagClassName
{
border-color: #8AB808;
}
</style>