Shades of Bahia #A8CD28
Tints of Bahia #A8CD28
RGB
CMYK
RGB Variations
Color information
#A8CD28 (or 0xA8CD28) is known color: Bahia. HEX triplet: A8, CD and 28. RGB value is (168,205,40). Sum of RGB (Red+Green+Blue) = 168+205+40=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CD28 is #5732D7. Grayscale: #AFAFAF. Windows color (decimal): -5714648 or 2674088. OLE color: 2674088.
HSL color Cylindrical-coordinate representation of color #A8CD28: hue angle of 73.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8CD28 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 40 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.20 |
| HSL | 73.45º | 0.67% | 0.48% | - |
| HSV(B) | 73.45º | 0.8% | 0.8% | - |
| XYZ | 38.36 | 52.14 | 10.05 | - |
| YUV | 175.13 | 51.74 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 40 | 0.18 | 0 | 0.80 | 0.20 | 73.45 | 0.67 | 0.48 |
| Hex | A8 | CD | 28 | 12 | 0 | 50 | 14 | 49 | 43 | 30 |
| Octal | 250 | 315 | 50 | 22 | 0 | 120 | 24 | 111 | 103 | 60 |
| Binary | 10101000 | 11001101 | 101000 | 10010 | 0 | 1010000 | 10100 | 1001001 | 1000011 | 110000 |
Color Harmonies of #A8CD28
Complementary color
Monochromatic Colors of #A8CD28
Black with #A8CD28
Text Example
Text Example
White with #A8CD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD28; }
p { color: rgb(168,205,40); }
H1.HeaderClassName
{
color: #A8CD28;
}
.AnyTagClassName
{
color: #A8CD28;
}
</style>
background-color css
<style>
a { background-color: #A8CD28; }
a { background-color: rgb(168,205,40); }
div.DivClassName
{
background-color: #A8CD28;
}
.BgClassName
{
background-color: #A8CD28;
}
</style>
border-color css
<style>
span { border-color: #A8CD28; }
span { border-color: rgb(168,205,40); }
td.TdClassName
{
border-color: #A8CD28;
}
.TagClassName
{
border-color: #A8CD28;
}
</style>