Shades of Citrus #8AC510
Tints of Citrus #8AC510
RGB
CMYK
RGB Variations
Color information
#8AC510 (or 0x8AC510) is known color: Citrus. HEX triplet: 8A, C5 and 10. RGB value is (138,197,16). Sum of RGB (Red+Green+Blue) = 138+197+16=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 197 (77.34% from 255 or 56.13% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC510 is #753AEF. Grayscale: #9F9F9F. Windows color (decimal): -7682800 or 1099146. OLE color: 1099146.
HSL color Cylindrical-coordinate representation of color #8AC510: hue angle of 79.56º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AC510 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 16 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.23 |
| HSL | 79.56º | 0.85% | 0.42% | - |
| HSV(B) | 79.56º | 0.92% | 0.77% | - |
| XYZ | 30.54 | 45.37 | 7.64 | - |
| YUV | 158.73 | 47.45 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 16 | 0.30 | 0 | 0.92 | 0.23 | 79.56 | 0.85 | 0.42 |
| Hex | 8A | C5 | 10 | 1E | 0 | 5C | 17 | 50 | 55 | 2A |
| Octal | 212 | 305 | 20 | 36 | 0 | 134 | 27 | 120 | 125 | 52 |
| Binary | 10001010 | 11000101 | 10000 | 11110 | 0 | 1011100 | 10111 | 1010000 | 1010101 | 101010 |
Color Harmonies of #8AC510
Complementary color
Monochromatic Colors of #8AC510
Black with #8AC510
Text Example
Text Example
White with #8AC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC510; }
p { color: rgb(138,197,16); }
H1.HeaderClassName
{
color: #8AC510;
}
.AnyTagClassName
{
color: #8AC510;
}
</style>
background-color css
<style>
a { background-color: #8AC510; }
a { background-color: rgb(138,197,16); }
div.DivClassName
{
background-color: #8AC510;
}
.BgClassName
{
background-color: #8AC510;
}
</style>
border-color css
<style>
span { border-color: #8AC510; }
span { border-color: rgb(138,197,16); }
td.TdClassName
{
border-color: #8AC510;
}
.TagClassName
{
border-color: #8AC510;
}
</style>