Shades of Citrus #8ACB10
Tints of Citrus #8ACB10
RGB
CMYK
RGB Variations
Color information
#8ACB10 (or 0x8ACB10) is known color: Citrus. HEX triplet: 8A, CB and 10. RGB value is (138,203,16). Sum of RGB (Red+Green+Blue) = 138+203+16=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 203 (79.69% from 255 or 56.86% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACB10 is #7534EF. Grayscale: #A2A2A2. Windows color (decimal): -7681264 or 1100682. OLE color: 1100682.
HSL color Cylindrical-coordinate representation of color #8ACB10: hue angle of 80.86º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8ACB10 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 16 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.20 |
| HSL | 80.86º | 0.85% | 0.43% | - |
| HSV(B) | 80.86º | 0.92% | 0.8% | - |
| XYZ | 31.93 | 48.15 | 8.1 | - |
| YUV | 162.25 | 45.47 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 16 | 0.32 | 0 | 0.92 | 0.20 | 80.86 | 0.85 | 0.43 |
| Hex | 8A | CB | 10 | 20 | 0 | 5C | 14 | 51 | 55 | 2B |
| Octal | 212 | 313 | 20 | 40 | 0 | 134 | 24 | 121 | 125 | 53 |
| Binary | 10001010 | 11001011 | 10000 | 100000 | 0 | 1011100 | 10100 | 1010001 | 1010101 | 101011 |
Color Harmonies of #8ACB10
Complementary color
Monochromatic Colors of #8ACB10
Black with #8ACB10
Text Example
Text Example
White with #8ACB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB10; }
p { color: rgb(138,203,16); }
H1.HeaderClassName
{
color: #8ACB10;
}
.AnyTagClassName
{
color: #8ACB10;
}
</style>
background-color css
<style>
a { background-color: #8ACB10; }
a { background-color: rgb(138,203,16); }
div.DivClassName
{
background-color: #8ACB10;
}
.BgClassName
{
background-color: #8ACB10;
}
</style>
border-color css
<style>
span { border-color: #8ACB10; }
span { border-color: rgb(138,203,16); }
td.TdClassName
{
border-color: #8ACB10;
}
.TagClassName
{
border-color: #8ACB10;
}
</style>