Shades of Atlantis #A4D23B
Tints of Atlantis #A4D23B
RGB
CMYK
RGB Variations
Color information
#A4D23B (or 0xA4D23B) is known color: Atlantis. HEX triplet: A4, D2 and 3B. RGB value is (164,210,59). Sum of RGB (Red+Green+Blue) = 164+210+59=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D23B is #5B2DC4. Grayscale: #B3B3B3. Windows color (decimal): -5975493 or 3920548. OLE color: 3920548.
HSL color Cylindrical-coordinate representation of color #A4D23B: hue angle of 78.28º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A4D23B is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 210 | 59 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.18 |
| HSL | 78.28º | 0.63% | 0.53% | - |
| HSV(B) | 78.28º | 0.72% | 0.82% | - |
| XYZ | 39.15 | 54.3 | 12.56 | - |
| YUV | 179.03 | 60.26 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 210 | 59 | 0.22 | 0 | 0.72 | 0.18 | 78.28 | 0.63 | 0.53 |
| Hex | A4 | D2 | 3B | 16 | 0 | 48 | 12 | 4E | 3F | 35 |
| Octal | 244 | 322 | 73 | 26 | 0 | 110 | 22 | 116 | 77 | 65 |
| Binary | 10100100 | 11010010 | 111011 | 10110 | 0 | 1001000 | 10010 | 1001110 | 111111 | 110101 |
Color Harmonies of #A4D23B
Complementary color
Monochromatic Colors of #A4D23B
Black with #A4D23B
Text Example
Text Example
White with #A4D23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D23B; }
p { color: rgb(164,210,59); }
H1.HeaderClassName
{
color: #A4D23B;
}
.AnyTagClassName
{
color: #A4D23B;
}
</style>
background-color css
<style>
a { background-color: #A4D23B; }
a { background-color: rgb(164,210,59); }
div.DivClassName
{
background-color: #A4D23B;
}
.BgClassName
{
background-color: #A4D23B;
}
</style>
border-color css
<style>
span { border-color: #A4D23B; }
span { border-color: rgb(164,210,59); }
td.TdClassName
{
border-color: #A4D23B;
}
.TagClassName
{
border-color: #A4D23B;
}
</style>