Shades of Atlantis #95C545
Tints of Atlantis #95C545
RGB
CMYK
RGB Variations
Color information
#95C545 (or 0x95C545) is known color: Atlantis. HEX triplet: 95, C5 and 45. RGB value is (149,197,69). Sum of RGB (Red+Green+Blue) = 149+197+69=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #95C545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C545 is #6A3ABA. Grayscale: #A8A8A8. Windows color (decimal): -6961851 or 4572565. OLE color: 4572565.
HSL color Cylindrical-coordinate representation of color #95C545: hue angle of 82.5º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95C545 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 69 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.23 |
| HSL | 82.5º | 0.52% | 0.52% | - |
| HSV(B) | 82.5º | 0.65% | 0.77% | - |
| XYZ | 33.43 | 46.75 | 12.89 | - |
| YUV | 168.06 | 72.1 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 69 | 0.24 | 0 | 0.65 | 0.23 | 82.5 | 0.52 | 0.52 |
| Hex | 95 | C5 | 45 | 18 | 0 | 41 | 17 | 52 | 34 | 34 |
| Octal | 225 | 305 | 105 | 30 | 0 | 101 | 27 | 122 | 64 | 64 |
| Binary | 10010101 | 11000101 | 1000101 | 11000 | 0 | 1000001 | 10111 | 1010010 | 110100 | 110100 |
Color Harmonies of #95C545
Complementary color
Monochromatic Colors of #95C545
Black with #95C545
Text Example
Text Example
White with #95C545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C545; }
p { color: rgb(149,197,69); }
H1.HeaderClassName
{
color: #95C545;
}
.AnyTagClassName
{
color: #95C545;
}
</style>
background-color css
<style>
a { background-color: #95C545; }
a { background-color: rgb(149,197,69); }
div.DivClassName
{
background-color: #95C545;
}
.BgClassName
{
background-color: #95C545;
}
</style>
border-color css
<style>
span { border-color: #95C545; }
span { border-color: rgb(149,197,69); }
td.TdClassName
{
border-color: #95C545;
}
.TagClassName
{
border-color: #95C545;
}
</style>