Shades of Bahia #A3CF12
Tints of Bahia #A3CF12
RGB
CMYK
RGB Variations
Color information
#A3CF12 (or 0xA3CF12) is known color: Bahia. HEX triplet: A3, CF and 12. RGB value is (163,207,18). Sum of RGB (Red+Green+Blue) = 163+207+18=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3CF12 is #5C30ED. Grayscale: #ADADAD. Windows color (decimal): -6041838 or 1232803. OLE color: 1232803.
HSL color Cylindrical-coordinate representation of color #A3CF12: hue angle of 73.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3CF12 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 18 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.19 |
| HSL | 73.97º | 0.84% | 0.44% | - |
| HSV(B) | 73.97º | 0.91% | 0.81% | - |
| XYZ | 37.53 | 52.46 | 8.72 | - |
| YUV | 172.3 | 40.92 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 18 | 0.21 | 0 | 0.91 | 0.19 | 73.97 | 0.84 | 0.44 |
| Hex | A3 | CF | 12 | 15 | 0 | 5B | 13 | 4A | 54 | 2C |
| Octal | 243 | 317 | 22 | 25 | 0 | 133 | 23 | 112 | 124 | 54 |
| Binary | 10100011 | 11001111 | 10010 | 10101 | 0 | 1011011 | 10011 | 1001010 | 1010100 | 101100 |
Color Harmonies of #A3CF12
Complementary color
Monochromatic Colors of #A3CF12
Black with #A3CF12
Text Example
Text Example
White with #A3CF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CF12; }
p { color: rgb(163,207,18); }
H1.HeaderClassName
{
color: #A3CF12;
}
.AnyTagClassName
{
color: #A3CF12;
}
</style>
background-color css
<style>
a { background-color: #A3CF12; }
a { background-color: rgb(163,207,18); }
div.DivClassName
{
background-color: #A3CF12;
}
.BgClassName
{
background-color: #A3CF12;
}
</style>
border-color css
<style>
span { border-color: #A3CF12; }
span { border-color: rgb(163,207,18); }
td.TdClassName
{
border-color: #A3CF12;
}
.TagClassName
{
border-color: #A3CF12;
}
</style>