Shades of Atlantis #ACC83A
Tints of Atlantis #ACC83A
RGB
CMYK
RGB Variations
Color information
#ACC83A (or 0xACC83A) is known color: Atlantis. HEX triplet: AC, C8 and 3A. RGB value is (172,200,58). Sum of RGB (Red+Green+Blue) = 172+200+58=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC83A is #5337C5. Grayscale: #AFAFAF. Windows color (decimal): -5453766 or 3852460. OLE color: 3852460.
HSL color Cylindrical-coordinate representation of color #ACC83A: hue angle of 71.83º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACC83A is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 58 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.22 |
| HSL | 71.83º | 0.56% | 0.51% | - |
| HSV(B) | 71.83º | 0.71% | 0.78% | - |
| XYZ | 38.43 | 50.38 | 11.7 | - |
| YUV | 175.44 | 61.72 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 58 | 0.14 | 0 | 0.71 | 0.22 | 71.83 | 0.56 | 0.51 |
| Hex | AC | C8 | 3A | E | 0 | 47 | 16 | 48 | 38 | 33 |
| Octal | 254 | 310 | 72 | 16 | 0 | 107 | 26 | 110 | 70 | 63 |
| Binary | 10101100 | 11001000 | 111010 | 1110 | 0 | 1000111 | 10110 | 1001000 | 111000 | 110011 |
Color Harmonies of #ACC83A
Complementary color
Monochromatic Colors of #ACC83A
Black with #ACC83A
Text Example
Text Example
White with #ACC83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC83A; }
p { color: rgb(172,200,58); }
H1.HeaderClassName
{
color: #ACC83A;
}
.AnyTagClassName
{
color: #ACC83A;
}
</style>
background-color css
<style>
a { background-color: #ACC83A; }
a { background-color: rgb(172,200,58); }
div.DivClassName
{
background-color: #ACC83A;
}
.BgClassName
{
background-color: #ACC83A;
}
</style>
border-color css
<style>
span { border-color: #ACC83A; }
span { border-color: rgb(172,200,58); }
td.TdClassName
{
border-color: #ACC83A;
}
.TagClassName
{
border-color: #ACC83A;
}
</style>