Shades of Atlantis #95C954
Tints of Atlantis #95C954
RGB
CMYK
RGB Variations
Color information
#95C954 (or 0x95C954) is known color: Atlantis. HEX triplet: 95, C9 and 54. RGB value is (149,201,84). Sum of RGB (Red+Green+Blue) = 149+201+84=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #95C954 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C954 is #6A36AB. Grayscale: #ACACAC. Windows color (decimal): -6960812 or 5556629. OLE color: 5556629.
HSL color Cylindrical-coordinate representation of color #95C954: hue angle of 86.67º 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 #95C954 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 201 | 84 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.21 |
| HSL | 86.67º | 0.52% | 0.56% | - |
| HSV(B) | 86.67º | 0.58% | 0.79% | - |
| XYZ | 34.88 | 48.8 | 15.97 | - |
| YUV | 172.11 | 78.27 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 201 | 84 | 0.26 | 0 | 0.58 | 0.21 | 86.67 | 0.52 | 0.56 |
| Hex | 95 | C9 | 54 | 1A | 0 | 3A | 15 | 57 | 34 | 38 |
| Octal | 225 | 311 | 124 | 32 | 0 | 72 | 25 | 127 | 64 | 70 |
| Binary | 10010101 | 11001001 | 1010100 | 11010 | 0 | 111010 | 10101 | 1010111 | 110100 | 111000 |
Color Harmonies of #95C954
Complementary color
Monochromatic Colors of #95C954
Black with #95C954
Text Example
Text Example
White with #95C954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C954; }
p { color: rgb(149,201,84); }
H1.HeaderClassName
{
color: #95C954;
}
.AnyTagClassName
{
color: #95C954;
}
</style>
background-color css
<style>
a { background-color: #95C954; }
a { background-color: rgb(149,201,84); }
div.DivClassName
{
background-color: #95C954;
}
.BgClassName
{
background-color: #95C954;
}
</style>
border-color css
<style>
span { border-color: #95C954; }
span { border-color: rgb(149,201,84); }
td.TdClassName
{
border-color: #95C954;
}
.TagClassName
{
border-color: #95C954;
}
</style>