Shades of Citron #8CA21B
Tints of Citron #8CA21B
RGB
CMYK
RGB Variations
Color information
#8CA21B (or 0x8CA21B) is known color: Citron. HEX triplet: 8C, A2 and 1B. RGB value is (140,162,27). Sum of RGB (Red+Green+Blue) = 140+162+27=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA21B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA21B is #735DE4. Grayscale: #8C8C8C. Windows color (decimal): -7560677 or 1811084. OLE color: 1811084.
HSL color Cylindrical-coordinate representation of color #8CA21B: hue angle of 69.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8CA21B is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 27 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.36 |
| HSL | 69.78º | 0.71% | 0.37% | - |
| HSV(B) | 69.78º | 0.83% | 0.64% | - |
| XYZ | 23.93 | 31.5 | 5.85 | - |
| YUV | 140.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 27 | 0.14 | 0 | 0.83 | 0.36 | 69.78 | 0.71 | 0.37 |
| Hex | 8C | A2 | 1B | E | 0 | 53 | 24 | 46 | 47 | 25 |
| Octal | 214 | 242 | 33 | 16 | 0 | 123 | 44 | 106 | 107 | 45 |
| Binary | 10001100 | 10100010 | 11011 | 1110 | 0 | 1010011 | 100100 | 1000110 | 1000111 | 100101 |
Color Harmonies of #8CA21B
Complementary color
Monochromatic Colors of #8CA21B
Black with #8CA21B
Text Example
Text Example
White with #8CA21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA21B; }
p { color: rgb(140,162,27); }
H1.HeaderClassName
{
color: #8CA21B;
}
.AnyTagClassName
{
color: #8CA21B;
}
</style>
background-color css
<style>
a { background-color: #8CA21B; }
a { background-color: rgb(140,162,27); }
div.DivClassName
{
background-color: #8CA21B;
}
.BgClassName
{
background-color: #8CA21B;
}
</style>
border-color css
<style>
span { border-color: #8CA21B; }
span { border-color: rgb(140,162,27); }
td.TdClassName
{
border-color: #8CA21B;
}
.TagClassName
{
border-color: #8CA21B;
}
</style>