Shades of Bahia #AFC02F
Tints of Bahia #AFC02F
RGB
CMYK
RGB Variations
Color information
#AFC02F (or 0xAFC02F) is known color: Bahia. HEX triplet: AF, C0 and 2F. RGB value is (175,192,47). Sum of RGB (Red+Green+Blue) = 175+192+47=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC02F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC02F is #503FD0. Grayscale: #AAAAAA. Windows color (decimal): -5259217 or 3129519. OLE color: 3129519.
HSL color Cylindrical-coordinate representation of color #AFC02F: hue angle of 67.03º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFC02F is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 47 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.25 |
| HSL | 67.03º | 0.61% | 0.47% | - |
| HSV(B) | 67.03º | 0.76% | 0.75% | - |
| XYZ | 37.04 | 47.02 | 9.81 | - |
| YUV | 170.39 | 58.37 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 47 | 0.09 | 0 | 0.76 | 0.25 | 67.03 | 0.61 | 0.47 |
| Hex | AF | C0 | 2F | 9 | 0 | 4C | 19 | 43 | 3D | 2F |
| Octal | 257 | 300 | 57 | 11 | 0 | 114 | 31 | 103 | 75 | 57 |
| Binary | 10101111 | 11000000 | 101111 | 1001 | 0 | 1001100 | 11001 | 1000011 | 111101 | 101111 |
Color Harmonies of #AFC02F
Complementary color
Monochromatic Colors of #AFC02F
Black with #AFC02F
Text Example
Text Example
White with #AFC02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC02F; }
p { color: rgb(175,192,47); }
H1.HeaderClassName
{
color: #AFC02F;
}
.AnyTagClassName
{
color: #AFC02F;
}
</style>
background-color css
<style>
a { background-color: #AFC02F; }
a { background-color: rgb(175,192,47); }
div.DivClassName
{
background-color: #AFC02F;
}
.BgClassName
{
background-color: #AFC02F;
}
</style>
border-color css
<style>
span { border-color: #AFC02F; }
span { border-color: rgb(175,192,47); }
td.TdClassName
{
border-color: #AFC02F;
}
.TagClassName
{
border-color: #AFC02F;
}
</style>