Shades of Atlantis #95C045
Tints of Atlantis #95C045
RGB
CMYK
RGB Variations
Color information
#95C045 (or 0x95C045) is known color: Atlantis. HEX triplet: 95, C0 and 45. RGB value is (149,192,69). Sum of RGB (Red+Green+Blue) = 149+192+69=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #95C045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C045 is #6A3FBA. Grayscale: #A5A5A5. Windows color (decimal): -6963131 or 4571285. OLE color: 4571285.
HSL color Cylindrical-coordinate representation of color #95C045: hue angle of 80.98º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95C045 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 192 | 69 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.25 |
| HSL | 80.98º | 0.49% | 0.51% | - |
| HSV(B) | 80.98º | 0.64% | 0.75% | - |
| XYZ | 32.32 | 44.52 | 12.52 | - |
| YUV | 165.12 | 73.75 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 192 | 69 | 0.22 | 0 | 0.64 | 0.25 | 80.98 | 0.49 | 0.51 |
| Hex | 95 | C0 | 45 | 16 | 0 | 40 | 19 | 51 | 31 | 33 |
| Octal | 225 | 300 | 105 | 26 | 0 | 100 | 31 | 121 | 61 | 63 |
| Binary | 10010101 | 11000000 | 1000101 | 10110 | 0 | 1000000 | 11001 | 1010001 | 110001 | 110011 |
Color Harmonies of #95C045
Complementary color
Monochromatic Colors of #95C045
Black with #95C045
Text Example
Text Example
White with #95C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C045; }
p { color: rgb(149,192,69); }
H1.HeaderClassName
{
color: #95C045;
}
.AnyTagClassName
{
color: #95C045;
}
</style>
background-color css
<style>
a { background-color: #95C045; }
a { background-color: rgb(149,192,69); }
div.DivClassName
{
background-color: #95C045;
}
.BgClassName
{
background-color: #95C045;
}
</style>
border-color css
<style>
span { border-color: #95C045; }
span { border-color: rgb(149,192,69); }
td.TdClassName
{
border-color: #95C045;
}
.TagClassName
{
border-color: #95C045;
}
</style>