Shades of Bahia #ACCF24
Tints of Bahia #ACCF24
RGB
CMYK
RGB Variations
Color information
#ACCF24 (or 0xACCF24) is known color: Bahia. HEX triplet: AC, CF and 24. RGB value is (172,207,36). Sum of RGB (Red+Green+Blue) = 172+207+36=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF24 is #5330DB. Grayscale: #B1B1B1. Windows color (decimal): -5451996 or 2412460. OLE color: 2412460.
HSL color Cylindrical-coordinate representation of color #ACCF24: hue angle of 72.28º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACCF24 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 36 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.19 |
| HSL | 72.28º | 0.7% | 0.48% | - |
| HSV(B) | 72.28º | 0.83% | 0.81% | - |
| XYZ | 39.64 | 53.52 | 9.91 | - |
| YUV | 177.04 | 48.4 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 36 | 0.17 | 0 | 0.83 | 0.19 | 72.28 | 0.7 | 0.48 |
| Hex | AC | CF | 24 | 11 | 0 | 53 | 13 | 48 | 46 | 30 |
| Octal | 254 | 317 | 44 | 21 | 0 | 123 | 23 | 110 | 106 | 60 |
| Binary | 10101100 | 11001111 | 100100 | 10001 | 0 | 1010011 | 10011 | 1001000 | 1000110 | 110000 |
Color Harmonies of #ACCF24
Complementary color
Monochromatic Colors of #ACCF24
Black with #ACCF24
Text Example
Text Example
White with #ACCF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF24; }
p { color: rgb(172,207,36); }
H1.HeaderClassName
{
color: #ACCF24;
}
.AnyTagClassName
{
color: #ACCF24;
}
</style>
background-color css
<style>
a { background-color: #ACCF24; }
a { background-color: rgb(172,207,36); }
div.DivClassName
{
background-color: #ACCF24;
}
.BgClassName
{
background-color: #ACCF24;
}
</style>
border-color css
<style>
span { border-color: #ACCF24; }
span { border-color: rgb(172,207,36); }
td.TdClassName
{
border-color: #ACCF24;
}
.TagClassName
{
border-color: #ACCF24;
}
</style>