Shades of Atlantis #A7C93C
Tints of Atlantis #A7C93C
RGB
CMYK
RGB Variations
Color information
#A7C93C (or 0xA7C93C) is known color: Atlantis. HEX triplet: A7, C9 and 3C. RGB value is (167,201,60). Sum of RGB (Red+Green+Blue) = 167+201+60=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C93C is #5836C3. Grayscale: #AFAFAF. Windows color (decimal): -5781188 or 3983783. OLE color: 3983783.
HSL color Cylindrical-coordinate representation of color #A7C93C: hue angle of 74.47º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A7C93C is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 201 | 60 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.21 |
| HSL | 74.47º | 0.57% | 0.51% | - |
| HSV(B) | 74.47º | 0.7% | 0.79% | - |
| XYZ | 37.64 | 50.32 | 12 | - |
| YUV | 174.76 | 63.24 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 201 | 60 | 0.17 | 0 | 0.70 | 0.21 | 74.47 | 0.57 | 0.51 |
| Hex | A7 | C9 | 3C | 11 | 0 | 46 | 15 | 4A | 39 | 33 |
| Octal | 247 | 311 | 74 | 21 | 0 | 106 | 25 | 112 | 71 | 63 |
| Binary | 10100111 | 11001001 | 111100 | 10001 | 0 | 1000110 | 10101 | 1001010 | 111001 | 110011 |
Color Harmonies of #A7C93C
Complementary color
Monochromatic Colors of #A7C93C
Black with #A7C93C
Text Example
Text Example
White with #A7C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C93C; }
p { color: rgb(167,201,60); }
H1.HeaderClassName
{
color: #A7C93C;
}
.AnyTagClassName
{
color: #A7C93C;
}
</style>
background-color css
<style>
a { background-color: #A7C93C; }
a { background-color: rgb(167,201,60); }
div.DivClassName
{
background-color: #A7C93C;
}
.BgClassName
{
background-color: #A7C93C;
}
</style>
border-color css
<style>
span { border-color: #A7C93C; }
span { border-color: rgb(167,201,60); }
td.TdClassName
{
border-color: #A7C93C;
}
.TagClassName
{
border-color: #A7C93C;
}
</style>