Shades of Atlantis #95C549
Tints of Atlantis #95C549
RGB
CMYK
RGB Variations
Color information
#95C549 (or 0x95C549) is known color: Atlantis. HEX triplet: 95, C5 and 49. RGB value is (149,197,73). Sum of RGB (Red+Green+Blue) = 149+197+73=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #95C549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C549 is #6A3AB6. Grayscale: #A8A8A8. Windows color (decimal): -6961847 or 4834709. OLE color: 4834709.
HSL color Cylindrical-coordinate representation of color #95C549: hue angle of 83.23º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95C549 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 73 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.23 |
| HSL | 83.23º | 0.52% | 0.53% | - |
| HSV(B) | 83.23º | 0.63% | 0.77% | - |
| XYZ | 33.56 | 46.8 | 13.57 | - |
| YUV | 168.51 | 74.1 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 73 | 0.24 | 0 | 0.63 | 0.23 | 83.23 | 0.52 | 0.53 |
| Hex | 95 | C5 | 49 | 18 | 0 | 3F | 17 | 53 | 34 | 35 |
| Octal | 225 | 305 | 111 | 30 | 0 | 77 | 27 | 123 | 64 | 65 |
| Binary | 10010101 | 11000101 | 1001001 | 11000 | 0 | 111111 | 10111 | 1010011 | 110100 | 110101 |
Color Harmonies of #95C549
Complementary color
Monochromatic Colors of #95C549
Black with #95C549
Text Example
Text Example
White with #95C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C549; }
p { color: rgb(149,197,73); }
H1.HeaderClassName
{
color: #95C549;
}
.AnyTagClassName
{
color: #95C549;
}
</style>
background-color css
<style>
a { background-color: #95C549; }
a { background-color: rgb(149,197,73); }
div.DivClassName
{
background-color: #95C549;
}
.BgClassName
{
background-color: #95C549;
}
</style>
border-color css
<style>
span { border-color: #95C549; }
span { border-color: rgb(149,197,73); }
td.TdClassName
{
border-color: #95C549;
}
.TagClassName
{
border-color: #95C549;
}
</style>