Shades of Bahia #A2CE10
Tints of Bahia #A2CE10
RGB
CMYK
RGB Variations
Color information
#A2CE10 (or 0xA2CE10) is known color: Bahia. HEX triplet: A2, CE and 10. RGB value is (162,206,16). Sum of RGB (Red+Green+Blue) = 162+206+16=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CE10 is #5D31EF. Grayscale: #ABABAB. Windows color (decimal): -6107632 or 1101474. OLE color: 1101474.
HSL color Cylindrical-coordinate representation of color #A2CE10: hue angle of 73.89º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2CE10 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 16 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.19 |
| HSL | 73.89º | 0.86% | 0.44% | - |
| HSV(B) | 73.89º | 0.92% | 0.81% | - |
| XYZ | 37.07 | 51.86 | 8.55 | - |
| YUV | 171.18 | 40.42 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 16 | 0.21 | 0 | 0.92 | 0.19 | 73.89 | 0.86 | 0.44 |
| Hex | A2 | CE | 10 | 15 | 0 | 5C | 13 | 4A | 56 | 2C |
| Octal | 242 | 316 | 20 | 25 | 0 | 134 | 23 | 112 | 126 | 54 |
| Binary | 10100010 | 11001110 | 10000 | 10101 | 0 | 1011100 | 10011 | 1001010 | 1010110 | 101100 |
Color Harmonies of #A2CE10
Complementary color
Monochromatic Colors of #A2CE10
Black with #A2CE10
Text Example
Text Example
White with #A2CE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE10; }
p { color: rgb(162,206,16); }
H1.HeaderClassName
{
color: #A2CE10;
}
.AnyTagClassName
{
color: #A2CE10;
}
</style>
background-color css
<style>
a { background-color: #A2CE10; }
a { background-color: rgb(162,206,16); }
div.DivClassName
{
background-color: #A2CE10;
}
.BgClassName
{
background-color: #A2CE10;
}
</style>
border-color css
<style>
span { border-color: #A2CE10; }
span { border-color: rgb(162,206,16); }
td.TdClassName
{
border-color: #A2CE10;
}
.TagClassName
{
border-color: #A2CE10;
}
</style>