Shades of Citrus #8ACB0D
Tints of Citrus #8ACB0D
RGB
CMYK
RGB Variations
Color information
#8ACB0D (or 0x8ACB0D) is known color: Citrus. HEX triplet: 8A, CB and 0D. RGB value is (138,203,13). Sum of RGB (Red+Green+Blue) = 138+203+13=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 203 (79.69% from 255 or 57.34% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACB0D is #7534F2. Grayscale: #A2A2A2. Windows color (decimal): -7681267 or 904074. OLE color: 904074.
HSL color Cylindrical-coordinate representation of color #8ACB0D: hue angle of 80.53º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8ACB0D is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 13 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.20 |
| HSL | 80.53º | 0.88% | 0.42% | - |
| HSV(B) | 80.53º | 0.94% | 0.8% | - |
| XYZ | 31.91 | 48.14 | 7.99 | - |
| YUV | 161.91 | 43.97 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 13 | 0.32 | 0 | 0.94 | 0.20 | 80.53 | 0.88 | 0.42 |
| Hex | 8A | CB | D | 20 | 0 | 5E | 14 | 51 | 58 | 2A |
| Octal | 212 | 313 | 15 | 40 | 0 | 136 | 24 | 121 | 130 | 52 |
| Binary | 10001010 | 11001011 | 1101 | 100000 | 0 | 1011110 | 10100 | 1010001 | 1011000 | 101010 |
Color Harmonies of #8ACB0D
Complementary color
Monochromatic Colors of #8ACB0D
Black with #8ACB0D
Text Example
Text Example
White with #8ACB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB0D; }
p { color: rgb(138,203,13); }
H1.HeaderClassName
{
color: #8ACB0D;
}
.AnyTagClassName
{
color: #8ACB0D;
}
</style>
background-color css
<style>
a { background-color: #8ACB0D; }
a { background-color: rgb(138,203,13); }
div.DivClassName
{
background-color: #8ACB0D;
}
.BgClassName
{
background-color: #8ACB0D;
}
</style>
border-color css
<style>
span { border-color: #8ACB0D; }
span { border-color: rgb(138,203,13); }
td.TdClassName
{
border-color: #8ACB0D;
}
.TagClassName
{
border-color: #8ACB0D;
}
</style>