Shades of Atlantis #A8C83B
Tints of Atlantis #A8C83B
RGB
CMYK
RGB Variations
Color information
#A8C83B (or 0xA8C83B) is known color: Atlantis. HEX triplet: A8, C8 and 3B. RGB value is (168,200,59). Sum of RGB (Red+Green+Blue) = 168+200+59=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C83B is #5737C4. Grayscale: #AEAEAE. Windows color (decimal): -5715909 or 3917992. OLE color: 3917992.
HSL color Cylindrical-coordinate representation of color #A8C83B: hue angle of 73.62º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8C83B is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 59 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.22 |
| HSL | 73.62º | 0.56% | 0.51% | - |
| HSV(B) | 73.62º | 0.71% | 0.78% | - |
| XYZ | 37.59 | 49.95 | 11.8 | - |
| YUV | 174.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 59 | 0.16 | 0 | 0.70 | 0.22 | 73.62 | 0.56 | 0.51 |
| Hex | A8 | C8 | 3B | 10 | 0 | 46 | 16 | 4A | 38 | 33 |
| Octal | 250 | 310 | 73 | 20 | 0 | 106 | 26 | 112 | 70 | 63 |
| Binary | 10101000 | 11001000 | 111011 | 10000 | 0 | 1000110 | 10110 | 1001010 | 111000 | 110011 |
Color Harmonies of #A8C83B
Complementary color
Monochromatic Colors of #A8C83B
Black with #A8C83B
Text Example
Text Example
White with #A8C83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C83B; }
p { color: rgb(168,200,59); }
H1.HeaderClassName
{
color: #A8C83B;
}
.AnyTagClassName
{
color: #A8C83B;
}
</style>
background-color css
<style>
a { background-color: #A8C83B; }
a { background-color: rgb(168,200,59); }
div.DivClassName
{
background-color: #A8C83B;
}
.BgClassName
{
background-color: #A8C83B;
}
</style>
border-color css
<style>
span { border-color: #A8C83B; }
span { border-color: rgb(168,200,59); }
td.TdClassName
{
border-color: #A8C83B;
}
.TagClassName
{
border-color: #A8C83B;
}
</style>