Shades of Bahia #A3C90E
Tints of Bahia #A3C90E
RGB
CMYK
RGB Variations
Color information
#A3C90E (or 0xA3C90E) is known color: Bahia. HEX triplet: A3, C9 and 0E. RGB value is (163,201,14). Sum of RGB (Red+Green+Blue) = 163+201+14=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C90E is #5C36F1. Grayscale: #A9A9A9. Windows color (decimal): -6043378 or 969123. OLE color: 969123.
HSL color Cylindrical-coordinate representation of color #A3C90E: hue angle of 72.19º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3C90E is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 14 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.21 |
| HSL | 72.19º | 0.87% | 0.42% | - |
| HSV(B) | 72.19º | 0.93% | 0.79% | - |
| XYZ | 36.07 | 49.59 | 8.09 | - |
| YUV | 168.32 | 40.91 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 14 | 0.19 | 0 | 0.93 | 0.21 | 72.19 | 0.87 | 0.42 |
| Hex | A3 | C9 | E | 13 | 0 | 5D | 15 | 48 | 57 | 2A |
| Octal | 243 | 311 | 16 | 23 | 0 | 135 | 25 | 110 | 127 | 52 |
| Binary | 10100011 | 11001001 | 1110 | 10011 | 0 | 1011101 | 10101 | 1001000 | 1010111 | 101010 |
Color Harmonies of #A3C90E
Complementary color
Monochromatic Colors of #A3C90E
Black with #A3C90E
Text Example
Text Example
White with #A3C90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C90E; }
p { color: rgb(163,201,14); }
H1.HeaderClassName
{
color: #A3C90E;
}
.AnyTagClassName
{
color: #A3C90E;
}
</style>
background-color css
<style>
a { background-color: #A3C90E; }
a { background-color: rgb(163,201,14); }
div.DivClassName
{
background-color: #A3C90E;
}
.BgClassName
{
background-color: #A3C90E;
}
</style>
border-color css
<style>
span { border-color: #A3C90E; }
span { border-color: rgb(163,201,14); }
td.TdClassName
{
border-color: #A3C90E;
}
.TagClassName
{
border-color: #A3C90E;
}
</style>