Shades of Bahia #AFC62F
Tints of Bahia #AFC62F
RGB
CMYK
RGB Variations
Color information
#AFC62F (or 0xAFC62F) is known color: Bahia. HEX triplet: AF, C6 and 2F. RGB value is (175,198,47). Sum of RGB (Red+Green+Blue) = 175+198+47=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC62F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC62F is #5039D0. Grayscale: #AEAEAE. Windows color (decimal): -5257681 or 3131055. OLE color: 3131055.
HSL color Cylindrical-coordinate representation of color #AFC62F: hue angle of 69.14º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFC62F is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 47 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.22 |
| HSL | 69.14º | 0.62% | 0.48% | - |
| HSV(B) | 69.14º | 0.76% | 0.78% | - |
| XYZ | 38.39 | 49.71 | 10.26 | - |
| YUV | 173.91 | 56.38 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 47 | 0.12 | 0 | 0.76 | 0.22 | 69.14 | 0.62 | 0.48 |
| Hex | AF | C6 | 2F | C | 0 | 4C | 16 | 45 | 3E | 30 |
| Octal | 257 | 306 | 57 | 14 | 0 | 114 | 26 | 105 | 76 | 60 |
| Binary | 10101111 | 11000110 | 101111 | 1100 | 0 | 1001100 | 10110 | 1000101 | 111110 | 110000 |
Color Harmonies of #AFC62F
Complementary color
Monochromatic Colors of #AFC62F
Black with #AFC62F
Text Example
Text Example
White with #AFC62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC62F; }
p { color: rgb(175,198,47); }
H1.HeaderClassName
{
color: #AFC62F;
}
.AnyTagClassName
{
color: #AFC62F;
}
</style>
background-color css
<style>
a { background-color: #AFC62F; }
a { background-color: rgb(175,198,47); }
div.DivClassName
{
background-color: #AFC62F;
}
.BgClassName
{
background-color: #AFC62F;
}
</style>
border-color css
<style>
span { border-color: #AFC62F; }
span { border-color: rgb(175,198,47); }
td.TdClassName
{
border-color: #AFC62F;
}
.TagClassName
{
border-color: #AFC62F;
}
</style>