Shades of Atlantis #95C955
Tints of Atlantis #95C955
RGB
CMYK
RGB Variations
Color information
#95C955 (or 0x95C955) is known color: Atlantis. HEX triplet: 95, C9 and 55. RGB value is (149,201,85). Sum of RGB (Red+Green+Blue) = 149+201+85=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #95C955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C955 is #6A36AA. Grayscale: #ACACAC. Windows color (decimal): -6960811 or 5622165. OLE color: 5622165.
HSL color Cylindrical-coordinate representation of color #95C955: hue angle of 86.9º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95C955 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 201 | 85 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.21 |
| HSL | 86.9º | 0.52% | 0.56% | - |
| HSV(B) | 86.9º | 0.58% | 0.79% | - |
| XYZ | 34.92 | 48.82 | 16.18 | - |
| YUV | 172.23 | 78.77 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 201 | 85 | 0.26 | 0 | 0.58 | 0.21 | 86.9 | 0.52 | 0.56 |
| Hex | 95 | C9 | 55 | 1A | 0 | 3A | 15 | 57 | 34 | 38 |
| Octal | 225 | 311 | 125 | 32 | 0 | 72 | 25 | 127 | 64 | 70 |
| Binary | 10010101 | 11001001 | 1010101 | 11010 | 0 | 111010 | 10101 | 1010111 | 110100 | 111000 |
Color Harmonies of #95C955
Complementary color
Monochromatic Colors of #95C955
Black with #95C955
Text Example
Text Example
White with #95C955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C955; }
p { color: rgb(149,201,85); }
H1.HeaderClassName
{
color: #95C955;
}
.AnyTagClassName
{
color: #95C955;
}
</style>
background-color css
<style>
a { background-color: #95C955; }
a { background-color: rgb(149,201,85); }
div.DivClassName
{
background-color: #95C955;
}
.BgClassName
{
background-color: #95C955;
}
</style>
border-color css
<style>
span { border-color: #95C955; }
span { border-color: rgb(149,201,85); }
td.TdClassName
{
border-color: #95C955;
}
.TagClassName
{
border-color: #95C955;
}
</style>