Shades of Atlantis #A1BD3F
Tints of Atlantis #A1BD3F
RGB
CMYK
RGB Variations
Color information
#A1BD3F (or 0xA1BD3F) is known color: Atlantis. HEX triplet: A1, BD and 3F. RGB value is (161,189,63). Sum of RGB (Red+Green+Blue) = 161+189+63=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BD3F is #5E42C0. Grayscale: #A6A6A6. Windows color (decimal): -6177473 or 4177313. OLE color: 4177313.
HSL color Cylindrical-coordinate representation of color #A1BD3F: hue angle of 73.33º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1BD3F is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 63 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.26 |
| HSL | 73.33º | 0.5% | 0.49% | - |
| HSV(B) | 73.33º | 0.67% | 0.74% | - |
| XYZ | 33.79 | 44.33 | 11.48 | - |
| YUV | 166.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 63 | 0.15 | 0 | 0.67 | 0.26 | 73.33 | 0.5 | 0.49 |
| Hex | A1 | BD | 3F | F | 0 | 43 | 1A | 49 | 32 | 31 |
| Octal | 241 | 275 | 77 | 17 | 0 | 103 | 32 | 111 | 62 | 61 |
| Binary | 10100001 | 10111101 | 111111 | 1111 | 0 | 1000011 | 11010 | 1001001 | 110010 | 110001 |
Color Harmonies of #A1BD3F
Complementary color
Monochromatic Colors of #A1BD3F
Black with #A1BD3F
Text Example
Text Example
White with #A1BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BD3F; }
p { color: rgb(161,189,63); }
H1.HeaderClassName
{
color: #A1BD3F;
}
.AnyTagClassName
{
color: #A1BD3F;
}
</style>
background-color css
<style>
a { background-color: #A1BD3F; }
a { background-color: rgb(161,189,63); }
div.DivClassName
{
background-color: #A1BD3F;
}
.BgClassName
{
background-color: #A1BD3F;
}
</style>
border-color css
<style>
span { border-color: #A1BD3F; }
span { border-color: rgb(161,189,63); }
td.TdClassName
{
border-color: #A1BD3F;
}
.TagClassName
{
border-color: #A1BD3F;
}
</style>