Shades of Citrus #8AC10D
Tints of Citrus #8AC10D
RGB
CMYK
RGB Variations
Color information
#8AC10D (or 0x8AC10D) is known color: Citrus. HEX triplet: 8A, C1 and 0D. RGB value is (138,193,13). Sum of RGB (Red+Green+Blue) = 138+193+13=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC10D is #753EF2. Grayscale: #9C9C9C. Windows color (decimal): -7683827 or 901514. OLE color: 901514.
HSL color Cylindrical-coordinate representation of color #8AC10D: hue angle of 78.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AC10D is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 13 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.24 |
| HSL | 78.33º | 0.87% | 0.4% | - |
| HSV(B) | 78.33º | 0.93% | 0.76% | - |
| XYZ | 29.62 | 43.57 | 7.23 | - |
| YUV | 156.04 | 47.28 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 13 | 0.28 | 0 | 0.93 | 0.24 | 78.33 | 0.87 | 0.4 |
| Hex | 8A | C1 | D | 1C | 0 | 5D | 18 | 4E | 57 | 28 |
| Octal | 212 | 301 | 15 | 34 | 0 | 135 | 30 | 116 | 127 | 50 |
| Binary | 10001010 | 11000001 | 1101 | 11100 | 0 | 1011101 | 11000 | 1001110 | 1010111 | 101000 |
Color Harmonies of #8AC10D
Complementary color
Monochromatic Colors of #8AC10D
Black with #8AC10D
Text Example
Text Example
White with #8AC10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC10D; }
p { color: rgb(138,193,13); }
H1.HeaderClassName
{
color: #8AC10D;
}
.AnyTagClassName
{
color: #8AC10D;
}
</style>
background-color css
<style>
a { background-color: #8AC10D; }
a { background-color: rgb(138,193,13); }
div.DivClassName
{
background-color: #8AC10D;
}
.BgClassName
{
background-color: #8AC10D;
}
</style>
border-color css
<style>
span { border-color: #8AC10D; }
span { border-color: rgb(138,193,13); }
td.TdClassName
{
border-color: #8AC10D;
}
.TagClassName
{
border-color: #8AC10D;
}
</style>