Shades of Citrus #8AB908
Tints of Citrus #8AB908
RGB
CMYK
RGB Variations
Color information
#8AB908 (or 0x8AB908) is known color: Citrus. HEX triplet: 8A, B9 and 08. RGB value is (138,185,8). Sum of RGB (Red+Green+Blue) = 138+185+8=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 185 (72.66% from 255 or 55.89% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB908 is #7546F7. Grayscale: #979797. Windows color (decimal): -7685880 or 571786. OLE color: 571786.
HSL color Cylindrical-coordinate representation of color #8AB908: hue angle of 75.93º 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 #8AB908 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 8 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.27 |
| HSL | 75.93º | 0.92% | 0.38% | - |
| HSV(B) | 75.93º | 0.96% | 0.73% | - |
| XYZ | 27.87 | 40.12 | 6.5 | - |
| YUV | 150.77 | 47.43 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 8 | 0.25 | 0 | 0.96 | 0.27 | 75.93 | 0.92 | 0.38 |
| Hex | 8A | B9 | 8 | 19 | 0 | 60 | 1B | 4C | 5C | 26 |
| Octal | 212 | 271 | 10 | 31 | 0 | 140 | 33 | 114 | 134 | 46 |
| Binary | 10001010 | 10111001 | 1000 | 11001 | 0 | 1100000 | 11011 | 1001100 | 1011100 | 100110 |
Color Harmonies of #8AB908
Complementary color
Monochromatic Colors of #8AB908
Black with #8AB908
Text Example
Text Example
White with #8AB908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB908; }
p { color: rgb(138,185,8); }
H1.HeaderClassName
{
color: #8AB908;
}
.AnyTagClassName
{
color: #8AB908;
}
</style>
background-color css
<style>
a { background-color: #8AB908; }
a { background-color: rgb(138,185,8); }
div.DivClassName
{
background-color: #8AB908;
}
.BgClassName
{
background-color: #8AB908;
}
</style>
border-color css
<style>
span { border-color: #8AB908; }
span { border-color: rgb(138,185,8); }
td.TdClassName
{
border-color: #8AB908;
}
.TagClassName
{
border-color: #8AB908;
}
</style>