Shades of Citrus #8AC101
Tints of Citrus #8AC101
RGB
CMYK
RGB Variations
Color information
#8AC101 (or 0x8AC101) is known color: Citrus. HEX triplet: 8A, C1 and 01. RGB value is (138,193,1). Sum of RGB (Red+Green+Blue) = 138+193+1=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 193 (75.78% from 255 or 58.13% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC101 is #753EFE. Grayscale: #9B9B9B. Windows color (decimal): -7683839 or 115082. OLE color: 115082.
HSL color Cylindrical-coordinate representation of color #8AC101: hue angle of 77.19º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AC101 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.24 |
| HSL | 77.19º | 0.99% | 0.38% | - |
| HSV(B) | 77.19º | 0.99% | 0.76% | - |
| XYZ | 29.56 | 43.55 | 6.88 | - |
| YUV | 154.67 | 41.28 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 1 | 0.28 | 0 | 0.99 | 0.24 | 77.19 | 0.99 | 0.38 |
| Hex | 8A | C1 | 1 | 1C | 0 | 63 | 18 | 4D | 63 | 26 |
| Octal | 212 | 301 | 1 | 34 | 0 | 143 | 30 | 115 | 143 | 46 |
| Binary | 10001010 | 11000001 | 1 | 11100 | 0 | 1100011 | 11000 | 1001101 | 1100011 | 100110 |
Color Harmonies of #8AC101
Complementary color
Monochromatic Colors of #8AC101
Black with #8AC101
Text Example
Text Example
White with #8AC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC101; }
p { color: rgb(138,193,1); }
H1.HeaderClassName
{
color: #8AC101;
}
.AnyTagClassName
{
color: #8AC101;
}
</style>
background-color css
<style>
a { background-color: #8AC101; }
a { background-color: rgb(138,193,1); }
div.DivClassName
{
background-color: #8AC101;
}
.BgClassName
{
background-color: #8AC101;
}
</style>
border-color css
<style>
span { border-color: #8AC101; }
span { border-color: rgb(138,193,1); }
td.TdClassName
{
border-color: #8AC101;
}
.TagClassName
{
border-color: #8AC101;
}
</style>