Shades of Atlantis #A8D933
Tints of Atlantis #A8D933
RGB
CMYK
RGB Variations
Color information
#A8D933 (or 0xA8D933) is known color: Atlantis. HEX triplet: A8, D9 and 33. RGB value is (168,217,51). Sum of RGB (Red+Green+Blue) = 168+217+51=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D933 is #5726CC. Grayscale: #B8B8B8. Windows color (decimal): -5711565 or 3398056. OLE color: 3398056.
HSL color Cylindrical-coordinate representation of color #A8D933: hue angle of 77.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8D933 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 51 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.15 |
| HSL | 77.71º | 0.69% | 0.53% | - |
| HSV(B) | 77.71º | 0.76% | 0.85% | - |
| XYZ | 41.56 | 58.19 | 12.17 | - |
| YUV | 183.43 | 53.27 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 51 | 0.23 | 0 | 0.76 | 0.15 | 77.71 | 0.69 | 0.53 |
| Hex | A8 | D9 | 33 | 17 | 0 | 4C | F | 4E | 45 | 35 |
| Octal | 250 | 331 | 63 | 27 | 0 | 114 | 17 | 116 | 105 | 65 |
| Binary | 10101000 | 11011001 | 110011 | 10111 | 0 | 1001100 | 1111 | 1001110 | 1000101 | 110101 |
Color Harmonies of #A8D933
Complementary color
Monochromatic Colors of #A8D933
Black with #A8D933
Text Example
Text Example
White with #A8D933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D933; }
p { color: rgb(168,217,51); }
H1.HeaderClassName
{
color: #A8D933;
}
.AnyTagClassName
{
color: #A8D933;
}
</style>
background-color css
<style>
a { background-color: #A8D933; }
a { background-color: rgb(168,217,51); }
div.DivClassName
{
background-color: #A8D933;
}
.BgClassName
{
background-color: #A8D933;
}
</style>
border-color css
<style>
span { border-color: #A8D933; }
span { border-color: rgb(168,217,51); }
td.TdClassName
{
border-color: #A8D933;
}
.TagClassName
{
border-color: #A8D933;
}
</style>