Shades of Atlantis #A8D732
Tints of Atlantis #A8D732
RGB
CMYK
RGB Variations
Color information
#A8D732 (or 0xA8D732) is known color: Atlantis. HEX triplet: A8, D7 and 32. RGB value is (168,215,50). Sum of RGB (Red+Green+Blue) = 168+215+50=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D732 is #5728CD. Grayscale: #B6B6B6. Windows color (decimal): -5712078 or 3332008. OLE color: 3332008.
HSL color Cylindrical-coordinate representation of color #A8D732: hue angle of 77.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8D732 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 50 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.16 |
| HSL | 77.09º | 0.67% | 0.52% | - |
| HSV(B) | 77.09º | 0.77% | 0.84% | - |
| XYZ | 41.02 | 57.16 | 11.89 | - |
| YUV | 182.14 | 53.43 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 50 | 0.22 | 0 | 0.77 | 0.16 | 77.09 | 0.67 | 0.52 |
| Hex | A8 | D7 | 32 | 16 | 0 | 4D | 10 | 4D | 43 | 34 |
| Octal | 250 | 327 | 62 | 26 | 0 | 115 | 20 | 115 | 103 | 64 |
| Binary | 10101000 | 11010111 | 110010 | 10110 | 0 | 1001101 | 10000 | 1001101 | 1000011 | 110100 |
Color Harmonies of #A8D732
Complementary color
Monochromatic Colors of #A8D732
Black with #A8D732
Text Example
Text Example
White with #A8D732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D732; }
p { color: rgb(168,215,50); }
H1.HeaderClassName
{
color: #A8D732;
}
.AnyTagClassName
{
color: #A8D732;
}
</style>
background-color css
<style>
a { background-color: #A8D732; }
a { background-color: rgb(168,215,50); }
div.DivClassName
{
background-color: #A8D732;
}
.BgClassName
{
background-color: #A8D732;
}
</style>
border-color css
<style>
span { border-color: #A8D732; }
span { border-color: rgb(168,215,50); }
td.TdClassName
{
border-color: #A8D732;
}
.TagClassName
{
border-color: #A8D732;
}
</style>