Shades of Atlantis #95C649
Tints of Atlantis #95C649
RGB
CMYK
RGB Variations
Color information
#95C649 (or 0x95C649) is known color: Atlantis. HEX triplet: 95, C6 and 49. RGB value is (149,198,73). Sum of RGB (Red+Green+Blue) = 149+198+73=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #95C649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C649 is #6A39B6. Grayscale: #A9A9A9. Windows color (decimal): -6961591 or 4834965. OLE color: 4834965.
HSL color Cylindrical-coordinate representation of color #95C649: hue angle of 83.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95C649 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 198 | 73 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.22 |
| HSL | 83.52º | 0.52% | 0.53% | - |
| HSV(B) | 83.52º | 0.63% | 0.78% | - |
| XYZ | 33.79 | 47.26 | 13.64 | - |
| YUV | 169.1 | 73.77 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 198 | 73 | 0.25 | 0 | 0.63 | 0.22 | 83.52 | 0.52 | 0.53 |
| Hex | 95 | C6 | 49 | 19 | 0 | 3F | 16 | 54 | 34 | 35 |
| Octal | 225 | 306 | 111 | 31 | 0 | 77 | 26 | 124 | 64 | 65 |
| Binary | 10010101 | 11000110 | 1001001 | 11001 | 0 | 111111 | 10110 | 1010100 | 110100 | 110101 |
Color Harmonies of #95C649
Complementary color
Monochromatic Colors of #95C649
Black with #95C649
Text Example
Text Example
White with #95C649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C649; }
p { color: rgb(149,198,73); }
H1.HeaderClassName
{
color: #95C649;
}
.AnyTagClassName
{
color: #95C649;
}
</style>
background-color css
<style>
a { background-color: #95C649; }
a { background-color: rgb(149,198,73); }
div.DivClassName
{
background-color: #95C649;
}
.BgClassName
{
background-color: #95C649;
}
</style>
border-color css
<style>
span { border-color: #95C649; }
span { border-color: rgb(149,198,73); }
td.TdClassName
{
border-color: #95C649;
}
.TagClassName
{
border-color: #95C649;
}
</style>