Shades of Atlantis #A1D64B
Tints of Atlantis #A1D64B
RGB
CMYK
RGB Variations
Color information
#A1D64B (or 0xA1D64B) is known color: Atlantis. HEX triplet: A1, D6 and 4B. RGB value is (161,214,75). Sum of RGB (Red+Green+Blue) = 161+214+75=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D64B is #5E29B4. Grayscale: #B6B6B6. Windows color (decimal): -6171061 or 4970145. OLE color: 4970145.
HSL color Cylindrical-coordinate representation of color #A1D64B: hue angle of 82.88º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1D64B is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 75 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.16 |
| HSL | 82.88º | 0.63% | 0.57% | - |
| HSV(B) | 82.88º | 0.65% | 0.84% | - |
| XYZ | 40.01 | 56.18 | 15.39 | - |
| YUV | 182.31 | 67.44 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 75 | 0.25 | 0 | 0.65 | 0.16 | 82.88 | 0.63 | 0.57 |
| Hex | A1 | D6 | 4B | 19 | 0 | 41 | 10 | 53 | 3F | 39 |
| Octal | 241 | 326 | 113 | 31 | 0 | 101 | 20 | 123 | 77 | 71 |
| Binary | 10100001 | 11010110 | 1001011 | 11001 | 0 | 1000001 | 10000 | 1010011 | 111111 | 111001 |
Color Harmonies of #A1D64B
Complementary color
Monochromatic Colors of #A1D64B
Black with #A1D64B
Text Example
Text Example
White with #A1D64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D64B; }
p { color: rgb(161,214,75); }
H1.HeaderClassName
{
color: #A1D64B;
}
.AnyTagClassName
{
color: #A1D64B;
}
</style>
background-color css
<style>
a { background-color: #A1D64B; }
a { background-color: rgb(161,214,75); }
div.DivClassName
{
background-color: #A1D64B;
}
.BgClassName
{
background-color: #A1D64B;
}
</style>
border-color css
<style>
span { border-color: #A1D64B; }
span { border-color: rgb(161,214,75); }
td.TdClassName
{
border-color: #A1D64B;
}
.TagClassName
{
border-color: #A1D64B;
}
</style>