Shades of Citrus #8ACB07
Tints of Citrus #8ACB07
RGB
CMYK
RGB Variations
Color information
#8ACB07 (or 0x8ACB07) is known color: Citrus. HEX triplet: 8A, CB and 07. RGB value is (138,203,7). Sum of RGB (Red+Green+Blue) = 138+203+7=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 203 (79.69% from 255 or 58.33% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACB07 is #7534F8. Grayscale: #A1A1A1. Windows color (decimal): -7681273 or 510858. OLE color: 510858.
HSL color Cylindrical-coordinate representation of color #8ACB07: hue angle of 79.9º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8ACB07 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 7 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.20 |
| HSL | 79.9º | 0.93% | 0.41% | - |
| HSV(B) | 79.9º | 0.97% | 0.8% | - |
| XYZ | 31.88 | 48.13 | 7.81 | - |
| YUV | 161.22 | 40.97 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 7 | 0.32 | 0 | 0.97 | 0.20 | 79.9 | 0.93 | 0.41 |
| Hex | 8A | CB | 7 | 20 | 0 | 61 | 14 | 50 | 5D | 29 |
| Octal | 212 | 313 | 7 | 40 | 0 | 141 | 24 | 120 | 135 | 51 |
| Binary | 10001010 | 11001011 | 111 | 100000 | 0 | 1100001 | 10100 | 1010000 | 1011101 | 101001 |
Color Harmonies of #8ACB07
Complementary color
Monochromatic Colors of #8ACB07
Black with #8ACB07
Text Example
Text Example
White with #8ACB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB07; }
p { color: rgb(138,203,7); }
H1.HeaderClassName
{
color: #8ACB07;
}
.AnyTagClassName
{
color: #8ACB07;
}
</style>
background-color css
<style>
a { background-color: #8ACB07; }
a { background-color: rgb(138,203,7); }
div.DivClassName
{
background-color: #8ACB07;
}
.BgClassName
{
background-color: #8ACB07;
}
</style>
border-color css
<style>
span { border-color: #8ACB07; }
span { border-color: rgb(138,203,7); }
td.TdClassName
{
border-color: #8ACB07;
}
.TagClassName
{
border-color: #8ACB07;
}
</style>