Shades of Bahia #A8CC1F
Tints of Bahia #A8CC1F
RGB
CMYK
RGB Variations
Color information
#A8CC1F (or 0xA8CC1F) is known color: Bahia. HEX triplet: A8, CC and 1F. RGB value is (168,204,31). Sum of RGB (Red+Green+Blue) = 168+204+31=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC1F is #5733E0. Grayscale: #AEAEAE. Windows color (decimal): -5714913 or 2084008. OLE color: 2084008.
HSL color Cylindrical-coordinate representation of color #A8CC1F: hue angle of 72.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8CC1F is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 31 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.2 |
| HSL | 72.49º | 0.74% | 0.46% | - |
| HSV(B) | 72.49º | 0.85% | 0.8% | - |
| XYZ | 37.99 | 51.61 | 9.26 | - |
| YUV | 173.51 | 47.57 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 31 | 0.18 | 0 | 0.85 | 0.2 | 72.49 | 0.74 | 0.46 |
| Hex | A8 | CC | 1F | 12 | 0 | 55 | 14 | 48 | 4A | 2E |
| Octal | 250 | 314 | 37 | 22 | 0 | 125 | 24 | 110 | 112 | 56 |
| Binary | 10101000 | 11001100 | 11111 | 10010 | 0 | 1010101 | 10100 | 1001000 | 1001010 | 101110 |
Color Harmonies of #A8CC1F
Complementary color
Monochromatic Colors of #A8CC1F
Black with #A8CC1F
Text Example
Text Example
White with #A8CC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC1F; }
p { color: rgb(168,204,31); }
H1.HeaderClassName
{
color: #A8CC1F;
}
.AnyTagClassName
{
color: #A8CC1F;
}
</style>
background-color css
<style>
a { background-color: #A8CC1F; }
a { background-color: rgb(168,204,31); }
div.DivClassName
{
background-color: #A8CC1F;
}
.BgClassName
{
background-color: #A8CC1F;
}
</style>
border-color css
<style>
span { border-color: #A8CC1F; }
span { border-color: rgb(168,204,31); }
td.TdClassName
{
border-color: #A8CC1F;
}
.TagClassName
{
border-color: #A8CC1F;
}
</style>