Shades of Bahia #A8C30E
Tints of Bahia #A8C30E
RGB
CMYK
RGB Variations
Color information
#A8C30E (or 0xA8C30E) is known color: Bahia. HEX triplet: A8, C3 and 0E. RGB value is (168,195,14). Sum of RGB (Red+Green+Blue) = 168+195+14=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 195 (76.56% from 255 or 51.72% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C30E is #573CF1. Grayscale: #A6A6A6. Windows color (decimal): -5717234 or 967592. OLE color: 967592.
HSL color Cylindrical-coordinate representation of color #A8C30E: hue angle of 68.95º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8C30E is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 14 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.24 |
| HSL | 68.95º | 0.87% | 0.41% | - |
| HSV(B) | 68.95º | 0.93% | 0.76% | - |
| XYZ | 35.74 | 47.39 | 7.68 | - |
| YUV | 166.29 | 42.05 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 14 | 0.14 | 0 | 0.93 | 0.24 | 68.95 | 0.87 | 0.41 |
| Hex | A8 | C3 | E | E | 0 | 5D | 18 | 45 | 57 | 29 |
| Octal | 250 | 303 | 16 | 16 | 0 | 135 | 30 | 105 | 127 | 51 |
| Binary | 10101000 | 11000011 | 1110 | 1110 | 0 | 1011101 | 11000 | 1000101 | 1010111 | 101001 |
Color Harmonies of #A8C30E
Complementary color
Monochromatic Colors of #A8C30E
Black with #A8C30E
Text Example
Text Example
White with #A8C30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C30E; }
p { color: rgb(168,195,14); }
H1.HeaderClassName
{
color: #A8C30E;
}
.AnyTagClassName
{
color: #A8C30E;
}
</style>
background-color css
<style>
a { background-color: #A8C30E; }
a { background-color: rgb(168,195,14); }
div.DivClassName
{
background-color: #A8C30E;
}
.BgClassName
{
background-color: #A8C30E;
}
</style>
border-color css
<style>
span { border-color: #A8C30E; }
span { border-color: rgb(168,195,14); }
td.TdClassName
{
border-color: #A8C30E;
}
.TagClassName
{
border-color: #A8C30E;
}
</style>