Shades of Bahia #A8D023
Tints of Bahia #A8D023
RGB
CMYK
RGB Variations
Color information
#A8D023 (or 0xA8D023) is known color: Bahia. HEX triplet: A8, D0 and 23. RGB value is (168,208,35). Sum of RGB (Red+Green+Blue) = 168+208+35=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D023 is #572FDC. Grayscale: #B0B0B0. Windows color (decimal): -5713885 or 2347176. OLE color: 2347176.
HSL color Cylindrical-coordinate representation of color #A8D023: hue angle of 73.87º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8D023 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 35 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.18 |
| HSL | 73.87º | 0.71% | 0.48% | - |
| HSV(B) | 73.87º | 0.83% | 0.82% | - |
| XYZ | 39.01 | 53.56 | 9.87 | - |
| YUV | 176.32 | 48.25 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 35 | 0.19 | 0 | 0.83 | 0.18 | 73.87 | 0.71 | 0.48 |
| Hex | A8 | D0 | 23 | 13 | 0 | 53 | 12 | 4A | 47 | 30 |
| Octal | 250 | 320 | 43 | 23 | 0 | 123 | 22 | 112 | 107 | 60 |
| Binary | 10101000 | 11010000 | 100011 | 10011 | 0 | 1010011 | 10010 | 1001010 | 1000111 | 110000 |
Color Harmonies of #A8D023
Complementary color
Monochromatic Colors of #A8D023
Black with #A8D023
Text Example
Text Example
White with #A8D023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D023; }
p { color: rgb(168,208,35); }
H1.HeaderClassName
{
color: #A8D023;
}
.AnyTagClassName
{
color: #A8D023;
}
</style>
background-color css
<style>
a { background-color: #A8D023; }
a { background-color: rgb(168,208,35); }
div.DivClassName
{
background-color: #A8D023;
}
.BgClassName
{
background-color: #A8D023;
}
</style>
border-color css
<style>
span { border-color: #A8D023; }
span { border-color: rgb(168,208,35); }
td.TdClassName
{
border-color: #A8D023;
}
.TagClassName
{
border-color: #A8D023;
}
</style>