Shades of Bahia #AFC02D
Tints of Bahia #AFC02D
RGB
CMYK
RGB Variations
Color information
#AFC02D (or 0xAFC02D) is known color: Bahia. HEX triplet: AF, C0 and 2D. RGB value is (175,192,45). Sum of RGB (Red+Green+Blue) = 175+192+45=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC02D is #503FD2. Grayscale: #AAAAAA. Windows color (decimal): -5259219 or 2998447. OLE color: 2998447.
HSL color Cylindrical-coordinate representation of color #AFC02D: hue angle of 66.94º degrees, saturation: 0.62, 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 #AFC02D is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 45 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.25 |
| HSL | 66.94º | 0.62% | 0.46% | - |
| HSV(B) | 66.94º | 0.77% | 0.75% | - |
| XYZ | 37 | 47 | 9.6 | - |
| YUV | 170.16 | 57.37 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 45 | 0.09 | 0 | 0.77 | 0.25 | 66.94 | 0.62 | 0.46 |
| Hex | AF | C0 | 2D | 9 | 0 | 4D | 19 | 43 | 3E | 2E |
| Octal | 257 | 300 | 55 | 11 | 0 | 115 | 31 | 103 | 76 | 56 |
| Binary | 10101111 | 11000000 | 101101 | 1001 | 0 | 1001101 | 11001 | 1000011 | 111110 | 101110 |
Color Harmonies of #AFC02D
Complementary color
Monochromatic Colors of #AFC02D
Black with #AFC02D
Text Example
Text Example
White with #AFC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC02D; }
p { color: rgb(175,192,45); }
H1.HeaderClassName
{
color: #AFC02D;
}
.AnyTagClassName
{
color: #AFC02D;
}
</style>
background-color css
<style>
a { background-color: #AFC02D; }
a { background-color: rgb(175,192,45); }
div.DivClassName
{
background-color: #AFC02D;
}
.BgClassName
{
background-color: #AFC02D;
}
</style>
border-color css
<style>
span { border-color: #AFC02D; }
span { border-color: rgb(175,192,45); }
td.TdClassName
{
border-color: #AFC02D;
}
.TagClassName
{
border-color: #AFC02D;
}
</style>