Shades of Atlantis #A3CB48
Tints of Atlantis #A3CB48
RGB
CMYK
RGB Variations
Color information
#A3CB48 (or 0xA3CB48) is known color: Atlantis. HEX triplet: A3, CB and 48. RGB value is (163,203,72). Sum of RGB (Red+Green+Blue) = 163+203+72=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CB48 is #5C34B7. Grayscale: #B0B0B0. Windows color (decimal): -6042808 or 4770723. OLE color: 4770723.
HSL color Cylindrical-coordinate representation of color #A3CB48: hue angle of 78.32º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3CB48 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 72 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.20 |
| HSL | 78.32º | 0.56% | 0.54% | - |
| HSV(B) | 78.32º | 0.65% | 0.8% | - |
| XYZ | 37.63 | 50.97 | 13.99 | - |
| YUV | 176.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 72 | 0.20 | 0 | 0.65 | 0.20 | 78.32 | 0.56 | 0.54 |
| Hex | A3 | CB | 48 | 14 | 0 | 41 | 14 | 4E | 38 | 36 |
| Octal | 243 | 313 | 110 | 24 | 0 | 101 | 24 | 116 | 70 | 66 |
| Binary | 10100011 | 11001011 | 1001000 | 10100 | 0 | 1000001 | 10100 | 1001110 | 111000 | 110110 |
Color Harmonies of #A3CB48
Complementary color
Monochromatic Colors of #A3CB48
Black with #A3CB48
Text Example
Text Example
White with #A3CB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB48; }
p { color: rgb(163,203,72); }
H1.HeaderClassName
{
color: #A3CB48;
}
.AnyTagClassName
{
color: #A3CB48;
}
</style>
background-color css
<style>
a { background-color: #A3CB48; }
a { background-color: rgb(163,203,72); }
div.DivClassName
{
background-color: #A3CB48;
}
.BgClassName
{
background-color: #A3CB48;
}
</style>
border-color css
<style>
span { border-color: #A3CB48; }
span { border-color: rgb(163,203,72); }
td.TdClassName
{
border-color: #A3CB48;
}
.TagClassName
{
border-color: #A3CB48;
}
</style>