Shades of Atlantis #ACC739
Tints of Atlantis #ACC739
RGB
CMYK
RGB Variations
Color information
#ACC739 (or 0xACC739) is known color: Atlantis. HEX triplet: AC, C7 and 39. RGB value is (172,199,57). Sum of RGB (Red+Green+Blue) = 172+199+57=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC739 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC739 is #5338C6. Grayscale: #AFAFAF. Windows color (decimal): -5454023 or 3786668. OLE color: 3786668.
HSL color Cylindrical-coordinate representation of color #ACC739: hue angle of 71.41º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACC739 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 57 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.22 |
| HSL | 71.41º | 0.56% | 0.5% | - |
| HSV(B) | 71.41º | 0.71% | 0.78% | - |
| XYZ | 38.18 | 49.91 | 11.49 | - |
| YUV | 174.74 | 61.55 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 57 | 0.14 | 0 | 0.71 | 0.22 | 71.41 | 0.56 | 0.5 |
| Hex | AC | C7 | 39 | E | 0 | 47 | 16 | 47 | 38 | 32 |
| Octal | 254 | 307 | 71 | 16 | 0 | 107 | 26 | 107 | 70 | 62 |
| Binary | 10101100 | 11000111 | 111001 | 1110 | 0 | 1000111 | 10110 | 1000111 | 111000 | 110010 |
Color Harmonies of #ACC739
Complementary color
Monochromatic Colors of #ACC739
Black with #ACC739
Text Example
Text Example
White with #ACC739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC739; }
p { color: rgb(172,199,57); }
H1.HeaderClassName
{
color: #ACC739;
}
.AnyTagClassName
{
color: #ACC739;
}
</style>
background-color css
<style>
a { background-color: #ACC739; }
a { background-color: rgb(172,199,57); }
div.DivClassName
{
background-color: #ACC739;
}
.BgClassName
{
background-color: #ACC739;
}
</style>
border-color css
<style>
span { border-color: #ACC739; }
span { border-color: rgb(172,199,57); }
td.TdClassName
{
border-color: #ACC739;
}
.TagClassName
{
border-color: #ACC739;
}
</style>