Shades of Citrus #8AB10D
Tints of Citrus #8AB10D
RGB
CMYK
RGB Variations
Color information
#8AB10D (or 0x8AB10D) is known color: Citrus. HEX triplet: 8A, B1 and 0D. RGB value is (138,177,13). Sum of RGB (Red+Green+Blue) = 138+177+13=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 177 (69.53% from 255 or 53.96% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AB10D is #754EF2. Grayscale: #939393. Windows color (decimal): -7687923 or 897418. OLE color: 897418.
HSL color Cylindrical-coordinate representation of color #8AB10D: hue angle of 74.27º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AB10D is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 13 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.31 |
| HSL | 74.27º | 0.86% | 0.37% | - |
| HSV(B) | 74.27º | 0.93% | 0.69% | - |
| XYZ | 26.28 | 36.88 | 6.11 | - |
| YUV | 146.64 | 52.58 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 13 | 0.22 | 0 | 0.93 | 0.31 | 74.27 | 0.86 | 0.37 |
| Hex | 8A | B1 | D | 16 | 0 | 5D | 1F | 4A | 56 | 25 |
| Octal | 212 | 261 | 15 | 26 | 0 | 135 | 37 | 112 | 126 | 45 |
| Binary | 10001010 | 10110001 | 1101 | 10110 | 0 | 1011101 | 11111 | 1001010 | 1010110 | 100101 |
Color Harmonies of #8AB10D
Complementary color
Monochromatic Colors of #8AB10D
Black with #8AB10D
Text Example
Text Example
White with #8AB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB10D; }
p { color: rgb(138,177,13); }
H1.HeaderClassName
{
color: #8AB10D;
}
.AnyTagClassName
{
color: #8AB10D;
}
</style>
background-color css
<style>
a { background-color: #8AB10D; }
a { background-color: rgb(138,177,13); }
div.DivClassName
{
background-color: #8AB10D;
}
.BgClassName
{
background-color: #8AB10D;
}
</style>
border-color css
<style>
span { border-color: #8AB10D; }
span { border-color: rgb(138,177,13); }
td.TdClassName
{
border-color: #8AB10D;
}
.TagClassName
{
border-color: #8AB10D;
}
</style>