Shades of Citrus #8ABF0D
Tints of Citrus #8ABF0D
RGB
CMYK
RGB Variations
Color information
#8ABF0D (or 0x8ABF0D) is known color: Citrus. HEX triplet: 8A, BF and 0D. RGB value is (138,191,13). Sum of RGB (Red+Green+Blue) = 138+191+13=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABF0D is #7540F2. Grayscale: #9B9B9B. Windows color (decimal): -7684339 or 901002. OLE color: 901002.
HSL color Cylindrical-coordinate representation of color #8ABF0D: hue angle of 77.87º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8ABF0D is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 191 | 13 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.25 |
| HSL | 77.87º | 0.87% | 0.4% | - |
| HSV(B) | 77.87º | 0.93% | 0.75% | - |
| XYZ | 29.18 | 42.69 | 7.08 | - |
| YUV | 154.86 | 47.94 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 13 | 0.28 | 0 | 0.93 | 0.25 | 77.87 | 0.87 | 0.4 |
| Hex | 8A | BF | D | 1C | 0 | 5D | 19 | 4E | 57 | 28 |
| Octal | 212 | 277 | 15 | 34 | 0 | 135 | 31 | 116 | 127 | 50 |
| Binary | 10001010 | 10111111 | 1101 | 11100 | 0 | 1011101 | 11001 | 1001110 | 1010111 | 101000 |
Color Harmonies of #8ABF0D
Complementary color
Monochromatic Colors of #8ABF0D
Black with #8ABF0D
Text Example
Text Example
White with #8ABF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABF0D; }
p { color: rgb(138,191,13); }
H1.HeaderClassName
{
color: #8ABF0D;
}
.AnyTagClassName
{
color: #8ABF0D;
}
</style>
background-color css
<style>
a { background-color: #8ABF0D; }
a { background-color: rgb(138,191,13); }
div.DivClassName
{
background-color: #8ABF0D;
}
.BgClassName
{
background-color: #8ABF0D;
}
</style>
border-color css
<style>
span { border-color: #8ABF0D; }
span { border-color: rgb(138,191,13); }
td.TdClassName
{
border-color: #8ABF0D;
}
.TagClassName
{
border-color: #8ABF0D;
}
</style>