Shades of Bahia #ADCF28
Tints of Bahia #ADCF28
RGB
CMYK
RGB Variations
Color information
#ADCF28 (or 0xADCF28) is known color: Bahia. HEX triplet: AD, CF and 28. RGB value is (173,207,40). Sum of RGB (Red+Green+Blue) = 173+207+40=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF28 is #5230D7. Grayscale: #B2B2B2. Windows color (decimal): -5386456 or 2674605. OLE color: 2674605.
HSL color Cylindrical-coordinate representation of color #ADCF28: hue angle of 72.22º degrees, saturation: 0.68, 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 #ADCF28 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 40 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.19 |
| HSL | 72.22º | 0.68% | 0.48% | - |
| HSV(B) | 72.22º | 0.81% | 0.81% | - |
| XYZ | 39.93 | 53.66 | 10.26 | - |
| YUV | 177.8 | 50.24 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 40 | 0.16 | 0 | 0.81 | 0.19 | 72.22 | 0.68 | 0.48 |
| Hex | AD | CF | 28 | 10 | 0 | 51 | 13 | 48 | 44 | 30 |
| Octal | 255 | 317 | 50 | 20 | 0 | 121 | 23 | 110 | 104 | 60 |
| Binary | 10101101 | 11001111 | 101000 | 10000 | 0 | 1010001 | 10011 | 1001000 | 1000100 | 110000 |
Color Harmonies of #ADCF28
Complementary color
Monochromatic Colors of #ADCF28
Black with #ADCF28
Text Example
Text Example
White with #ADCF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF28; }
p { color: rgb(173,207,40); }
H1.HeaderClassName
{
color: #ADCF28;
}
.AnyTagClassName
{
color: #ADCF28;
}
</style>
background-color css
<style>
a { background-color: #ADCF28; }
a { background-color: rgb(173,207,40); }
div.DivClassName
{
background-color: #ADCF28;
}
.BgClassName
{
background-color: #ADCF28;
}
</style>
border-color css
<style>
span { border-color: #ADCF28; }
span { border-color: rgb(173,207,40); }
td.TdClassName
{
border-color: #ADCF28;
}
.TagClassName
{
border-color: #ADCF28;
}
</style>