Shades of Atlantis #A3D734
Tints of Atlantis #A3D734
RGB
CMYK
RGB Variations
Color information
#A3D734 (or 0xA3D734) is known color: Atlantis. HEX triplet: A3, D7 and 34. RGB value is (163,215,52). Sum of RGB (Red+Green+Blue) = 163+215+52=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D734 is #5C28CB. Grayscale: #B5B5B5. Windows color (decimal): -6039756 or 3463075. OLE color: 3463075.
HSL color Cylindrical-coordinate representation of color #A3D734: hue angle of 79.14º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A3D734 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 215 | 52 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.16 |
| HSL | 79.14º | 0.67% | 0.52% | - |
| HSV(B) | 79.14º | 0.76% | 0.84% | - |
| XYZ | 40.02 | 56.64 | 12.07 | - |
| YUV | 180.87 | 55.27 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 215 | 52 | 0.24 | 0 | 0.76 | 0.16 | 79.14 | 0.67 | 0.52 |
| Hex | A3 | D7 | 34 | 18 | 0 | 4C | 10 | 4F | 43 | 34 |
| Octal | 243 | 327 | 64 | 30 | 0 | 114 | 20 | 117 | 103 | 64 |
| Binary | 10100011 | 11010111 | 110100 | 11000 | 0 | 1001100 | 10000 | 1001111 | 1000011 | 110100 |
Color Harmonies of #A3D734
Complementary color
Monochromatic Colors of #A3D734
Black with #A3D734
Text Example
Text Example
White with #A3D734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D734; }
p { color: rgb(163,215,52); }
H1.HeaderClassName
{
color: #A3D734;
}
.AnyTagClassName
{
color: #A3D734;
}
</style>
background-color css
<style>
a { background-color: #A3D734; }
a { background-color: rgb(163,215,52); }
div.DivClassName
{
background-color: #A3D734;
}
.BgClassName
{
background-color: #A3D734;
}
</style>
border-color css
<style>
span { border-color: #A3D734; }
span { border-color: rgb(163,215,52); }
td.TdClassName
{
border-color: #A3D734;
}
.TagClassName
{
border-color: #A3D734;
}
</style>