Shades of Bahia #AFC02C
Tints of Bahia #AFC02C
RGB
CMYK
RGB Variations
Color information
#AFC02C (or 0xAFC02C) is known color: Bahia. HEX triplet: AF, C0 and 2C. RGB value is (175,192,44). Sum of RGB (Red+Green+Blue) = 175+192+44=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC02C is #503FD3. Grayscale: #AAAAAA. Windows color (decimal): -5259220 or 2932911. OLE color: 2932911.
HSL color Cylindrical-coordinate representation of color #AFC02C: hue angle of 66.89º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFC02C is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 44 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.25 |
| HSL | 66.89º | 0.63% | 0.46% | - |
| HSV(B) | 66.89º | 0.77% | 0.75% | - |
| XYZ | 36.98 | 47 | 9.5 | - |
| YUV | 170.05 | 56.87 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 44 | 0.09 | 0 | 0.77 | 0.25 | 66.89 | 0.63 | 0.46 |
| Hex | AF | C0 | 2C | 9 | 0 | 4D | 19 | 43 | 3F | 2E |
| Octal | 257 | 300 | 54 | 11 | 0 | 115 | 31 | 103 | 77 | 56 |
| Binary | 10101111 | 11000000 | 101100 | 1001 | 0 | 1001101 | 11001 | 1000011 | 111111 | 101110 |
Color Harmonies of #AFC02C
Complementary color
Monochromatic Colors of #AFC02C
Black with #AFC02C
Text Example
Text Example
White with #AFC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC02C; }
p { color: rgb(175,192,44); }
H1.HeaderClassName
{
color: #AFC02C;
}
.AnyTagClassName
{
color: #AFC02C;
}
</style>
background-color css
<style>
a { background-color: #AFC02C; }
a { background-color: rgb(175,192,44); }
div.DivClassName
{
background-color: #AFC02C;
}
.BgClassName
{
background-color: #AFC02C;
}
</style>
border-color css
<style>
span { border-color: #AFC02C; }
span { border-color: rgb(175,192,44); }
td.TdClassName
{
border-color: #AFC02C;
}
.TagClassName
{
border-color: #AFC02C;
}
</style>