Shades of Atlantis #ACD63B
Tints of Atlantis #ACD63B
RGB
CMYK
RGB Variations
Color information
#ACD63B (or 0xACD63B) is known color: Atlantis. HEX triplet: AC, D6 and 3B. RGB value is (172,214,59). Sum of RGB (Red+Green+Blue) = 172+214+59=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD63B is #5329C4. Grayscale: #B8B8B8. Windows color (decimal): -5450181 or 3921580. OLE color: 3921580.
HSL color Cylindrical-coordinate representation of color #ACD63B: hue angle of 76.26º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACD63B is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 59 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.16 |
| HSL | 76.26º | 0.65% | 0.54% | - |
| HSV(B) | 76.26º | 0.72% | 0.84% | - |
| XYZ | 41.85 | 57.18 | 12.97 | - |
| YUV | 183.77 | 57.59 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 59 | 0.20 | 0 | 0.72 | 0.16 | 76.26 | 0.65 | 0.54 |
| Hex | AC | D6 | 3B | 14 | 0 | 48 | 10 | 4C | 41 | 36 |
| Octal | 254 | 326 | 73 | 24 | 0 | 110 | 20 | 114 | 101 | 66 |
| Binary | 10101100 | 11010110 | 111011 | 10100 | 0 | 1001000 | 10000 | 1001100 | 1000001 | 110110 |
Color Harmonies of #ACD63B
Complementary color
Monochromatic Colors of #ACD63B
Black with #ACD63B
Text Example
Text Example
White with #ACD63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD63B; }
p { color: rgb(172,214,59); }
H1.HeaderClassName
{
color: #ACD63B;
}
.AnyTagClassName
{
color: #ACD63B;
}
</style>
background-color css
<style>
a { background-color: #ACD63B; }
a { background-color: rgb(172,214,59); }
div.DivClassName
{
background-color: #ACD63B;
}
.BgClassName
{
background-color: #ACD63B;
}
</style>
border-color css
<style>
span { border-color: #ACD63B; }
span { border-color: rgb(172,214,59); }
td.TdClassName
{
border-color: #ACD63B;
}
.TagClassName
{
border-color: #ACD63B;
}
</style>