Shades of Atlantis #A5C94C
Tints of Atlantis #A5C94C
RGB
CMYK
RGB Variations
Color information
#A5C94C (or 0xA5C94C) is known color: Atlantis. HEX triplet: A5, C9 and 4C. RGB value is (165,201,76). Sum of RGB (Red+Green+Blue) = 165+201+76=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C94C is #5A36B3. Grayscale: #B0B0B0. Windows color (decimal): -5912244 or 5032357. OLE color: 5032357.
HSL color Cylindrical-coordinate representation of color #A5C94C: hue angle of 77.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5C94C is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 201 | 76 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.21 |
| HSL | 77.28º | 0.54% | 0.54% | - |
| HSV(B) | 77.28º | 0.62% | 0.79% | - |
| XYZ | 37.71 | 50.29 | 14.56 | - |
| YUV | 175.99 | 71.57 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 201 | 76 | 0.18 | 0 | 0.62 | 0.21 | 77.28 | 0.54 | 0.54 |
| Hex | A5 | C9 | 4C | 12 | 0 | 3E | 15 | 4D | 36 | 36 |
| Octal | 245 | 311 | 114 | 22 | 0 | 76 | 25 | 115 | 66 | 66 |
| Binary | 10100101 | 11001001 | 1001100 | 10010 | 0 | 111110 | 10101 | 1001101 | 110110 | 110110 |
Color Harmonies of #A5C94C
Complementary color
Monochromatic Colors of #A5C94C
Black with #A5C94C
Text Example
Text Example
White with #A5C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C94C; }
p { color: rgb(165,201,76); }
H1.HeaderClassName
{
color: #A5C94C;
}
.AnyTagClassName
{
color: #A5C94C;
}
</style>
background-color css
<style>
a { background-color: #A5C94C; }
a { background-color: rgb(165,201,76); }
div.DivClassName
{
background-color: #A5C94C;
}
.BgClassName
{
background-color: #A5C94C;
}
</style>
border-color css
<style>
span { border-color: #A5C94C; }
span { border-color: rgb(165,201,76); }
td.TdClassName
{
border-color: #A5C94C;
}
.TagClassName
{
border-color: #A5C94C;
}
</style>