Shades of Bahia #ADCE28
Tints of Bahia #ADCE28
RGB
CMYK
RGB Variations
Color information
#ADCE28 (or 0xADCE28) is known color: Bahia. HEX triplet: AD, CE and 28. RGB value is (173,206,40). Sum of RGB (Red+Green+Blue) = 173+206+40=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE28 is #5231D7. Grayscale: #B1B1B1. Windows color (decimal): -5386712 or 2674349. OLE color: 2674349.
HSL color Cylindrical-coordinate representation of color #ADCE28: hue angle of 71.93º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADCE28 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 40 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.19 |
| HSL | 71.93º | 0.67% | 0.48% | - |
| HSV(B) | 71.93º | 0.81% | 0.81% | - |
| XYZ | 39.69 | 53.18 | 10.18 | - |
| YUV | 177.21 | 50.57 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 40 | 0.16 | 0 | 0.81 | 0.19 | 71.93 | 0.67 | 0.48 |
| Hex | AD | CE | 28 | 10 | 0 | 51 | 13 | 48 | 43 | 30 |
| Octal | 255 | 316 | 50 | 20 | 0 | 121 | 23 | 110 | 103 | 60 |
| Binary | 10101101 | 11001110 | 101000 | 10000 | 0 | 1010001 | 10011 | 1001000 | 1000011 | 110000 |
Color Harmonies of #ADCE28
Complementary color
Monochromatic Colors of #ADCE28
Black with #ADCE28
Text Example
Text Example
White with #ADCE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE28; }
p { color: rgb(173,206,40); }
H1.HeaderClassName
{
color: #ADCE28;
}
.AnyTagClassName
{
color: #ADCE28;
}
</style>
background-color css
<style>
a { background-color: #ADCE28; }
a { background-color: rgb(173,206,40); }
div.DivClassName
{
background-color: #ADCE28;
}
.BgClassName
{
background-color: #ADCE28;
}
</style>
border-color css
<style>
span { border-color: #ADCE28; }
span { border-color: rgb(173,206,40); }
td.TdClassName
{
border-color: #ADCE28;
}
.TagClassName
{
border-color: #ADCE28;
}
</style>