Shades of Citrus #8AC00C
Tints of Citrus #8AC00C
RGB
CMYK
RGB Variations
Color information
#8AC00C (or 0x8AC00C) is known color: Citrus. HEX triplet: 8A, C0 and 0C. RGB value is (138,192,12). Sum of RGB (Red+Green+Blue) = 138+192+12=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC00C is #753FF3. Grayscale: #9C9C9C. Windows color (decimal): -7684084 or 835722. OLE color: 835722.
HSL color Cylindrical-coordinate representation of color #8AC00C: hue angle of 78º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8AC00C is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 12 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.25 |
| HSL | 78º | 0.88% | 0.4% | - |
| HSV(B) | 78º | 0.94% | 0.75% | - |
| XYZ | 29.4 | 43.13 | 7.12 | - |
| YUV | 155.33 | 47.11 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 12 | 0.28 | 0 | 0.94 | 0.25 | 78 | 0.88 | 0.4 |
| Hex | 8A | C0 | C | 1C | 0 | 5E | 19 | 4E | 58 | 28 |
| Octal | 212 | 300 | 14 | 34 | 0 | 136 | 31 | 116 | 130 | 50 |
| Binary | 10001010 | 11000000 | 1100 | 11100 | 0 | 1011110 | 11001 | 1001110 | 1011000 | 101000 |
Color Harmonies of #8AC00C
Complementary color
Monochromatic Colors of #8AC00C
Black with #8AC00C
Text Example
Text Example
White with #8AC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC00C; }
p { color: rgb(138,192,12); }
H1.HeaderClassName
{
color: #8AC00C;
}
.AnyTagClassName
{
color: #8AC00C;
}
</style>
background-color css
<style>
a { background-color: #8AC00C; }
a { background-color: rgb(138,192,12); }
div.DivClassName
{
background-color: #8AC00C;
}
.BgClassName
{
background-color: #8AC00C;
}
</style>
border-color css
<style>
span { border-color: #8AC00C; }
span { border-color: rgb(138,192,12); }
td.TdClassName
{
border-color: #8AC00C;
}
.TagClassName
{
border-color: #8AC00C;
}
</style>