Shades of Atlantis #ACCF40
Tints of Atlantis #ACCF40
RGB
CMYK
RGB Variations
Color information
#ACCF40 (or 0xACCF40) is known color: Atlantis. HEX triplet: AC, CF and 40. RGB value is (172,207,64). Sum of RGB (Red+Green+Blue) = 172+207+64=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF40 is #5330BF. Grayscale: #B4B4B4. Windows color (decimal): -5451968 or 4247468. OLE color: 4247468.
HSL color Cylindrical-coordinate representation of color #ACCF40: hue angle of 74.69º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACCF40 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 64 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.19 |
| HSL | 74.69º | 0.6% | 0.53% | - |
| HSV(B) | 74.69º | 0.69% | 0.81% | - |
| XYZ | 40.25 | 53.77 | 13.11 | - |
| YUV | 180.23 | 62.4 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 64 | 0.17 | 0 | 0.69 | 0.19 | 74.69 | 0.6 | 0.53 |
| Hex | AC | CF | 40 | 11 | 0 | 45 | 13 | 4B | 3C | 35 |
| Octal | 254 | 317 | 100 | 21 | 0 | 105 | 23 | 113 | 74 | 65 |
| Binary | 10101100 | 11001111 | 1000000 | 10001 | 0 | 1000101 | 10011 | 1001011 | 111100 | 110101 |
Color Harmonies of #ACCF40
Complementary color
Monochromatic Colors of #ACCF40
Black with #ACCF40
Text Example
Text Example
White with #ACCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF40; }
p { color: rgb(172,207,64); }
H1.HeaderClassName
{
color: #ACCF40;
}
.AnyTagClassName
{
color: #ACCF40;
}
</style>
background-color css
<style>
a { background-color: #ACCF40; }
a { background-color: rgb(172,207,64); }
div.DivClassName
{
background-color: #ACCF40;
}
.BgClassName
{
background-color: #ACCF40;
}
</style>
border-color css
<style>
span { border-color: #ACCF40; }
span { border-color: rgb(172,207,64); }
td.TdClassName
{
border-color: #ACCF40;
}
.TagClassName
{
border-color: #ACCF40;
}
</style>