Shades of Citrus #8AB80D
Tints of Citrus #8AB80D
RGB
CMYK
RGB Variations
Color information
#8AB80D (or 0x8AB80D) is known color: Citrus. HEX triplet: 8A, B8 and 0D. RGB value is (138,184,13). Sum of RGB (Red+Green+Blue) = 138+184+13=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 184 (72.27% from 255 or 54.93% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB80D is #7547F2. Grayscale: #979797. Windows color (decimal): -7686131 or 899210. OLE color: 899210.
HSL color Cylindrical-coordinate representation of color #8AB80D: hue angle of 76.14º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AB80D is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 13 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.28 |
| HSL | 76.14º | 0.87% | 0.39% | - |
| HSV(B) | 76.14º | 0.93% | 0.72% | - |
| XYZ | 27.69 | 39.71 | 6.59 | - |
| YUV | 150.75 | 50.26 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 13 | 0.25 | 0 | 0.93 | 0.28 | 76.14 | 0.87 | 0.39 |
| Hex | 8A | B8 | D | 19 | 0 | 5D | 1C | 4C | 57 | 27 |
| Octal | 212 | 270 | 15 | 31 | 0 | 135 | 34 | 114 | 127 | 47 |
| Binary | 10001010 | 10111000 | 1101 | 11001 | 0 | 1011101 | 11100 | 1001100 | 1010111 | 100111 |
Color Harmonies of #8AB80D
Complementary color
Monochromatic Colors of #8AB80D
Black with #8AB80D
Text Example
Text Example
White with #8AB80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB80D; }
p { color: rgb(138,184,13); }
H1.HeaderClassName
{
color: #8AB80D;
}
.AnyTagClassName
{
color: #8AB80D;
}
</style>
background-color css
<style>
a { background-color: #8AB80D; }
a { background-color: rgb(138,184,13); }
div.DivClassName
{
background-color: #8AB80D;
}
.BgClassName
{
background-color: #8AB80D;
}
</style>
border-color css
<style>
span { border-color: #8AB80D; }
span { border-color: rgb(138,184,13); }
td.TdClassName
{
border-color: #8AB80D;
}
.TagClassName
{
border-color: #8AB80D;
}
</style>