Shades of Atlantis #A1D74A
Tints of Atlantis #A1D74A
RGB
CMYK
RGB Variations
Color information
#A1D74A (or 0xA1D74A) is known color: Atlantis. HEX triplet: A1, D7 and 4A. RGB value is (161,215,74). Sum of RGB (Red+Green+Blue) = 161+215+74=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D74A is #5E28B5. Grayscale: #B7B7B7. Windows color (decimal): -6170806 or 4904865. OLE color: 4904865.
HSL color Cylindrical-coordinate representation of color #A1D74A: hue angle of 82.98º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1D74A is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 74 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.16 |
| HSL | 82.98º | 0.64% | 0.57% | - |
| HSV(B) | 82.98º | 0.66% | 0.84% | - |
| XYZ | 40.23 | 56.67 | 15.3 | - |
| YUV | 182.78 | 66.61 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 74 | 0.25 | 0 | 0.66 | 0.16 | 82.98 | 0.64 | 0.57 |
| Hex | A1 | D7 | 4A | 19 | 0 | 42 | 10 | 53 | 40 | 39 |
| Octal | 241 | 327 | 112 | 31 | 0 | 102 | 20 | 123 | 100 | 71 |
| Binary | 10100001 | 11010111 | 1001010 | 11001 | 0 | 1000010 | 10000 | 1010011 | 1000000 | 111001 |
Color Harmonies of #A1D74A
Complementary color
Monochromatic Colors of #A1D74A
Black with #A1D74A
Text Example
Text Example
White with #A1D74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D74A; }
p { color: rgb(161,215,74); }
H1.HeaderClassName
{
color: #A1D74A;
}
.AnyTagClassName
{
color: #A1D74A;
}
</style>
background-color css
<style>
a { background-color: #A1D74A; }
a { background-color: rgb(161,215,74); }
div.DivClassName
{
background-color: #A1D74A;
}
.BgClassName
{
background-color: #A1D74A;
}
</style>
border-color css
<style>
span { border-color: #A1D74A; }
span { border-color: rgb(161,215,74); }
td.TdClassName
{
border-color: #A1D74A;
}
.TagClassName
{
border-color: #A1D74A;
}
</style>