Shades of Atlantis #95BA40
Tints of Atlantis #95BA40
RGB
CMYK
RGB Variations
Color information
#95BA40 (or 0x95BA40) is known color: Atlantis. HEX triplet: 95, BA and 40. RGB value is (149,186,64). Sum of RGB (Red+Green+Blue) = 149+186+64=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BA40 is #6A45BF. Grayscale: #A1A1A1. Windows color (decimal): -6964672 or 4242069. OLE color: 4242069.
HSL color Cylindrical-coordinate representation of color #95BA40: hue angle of 78.2º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95BA40 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 64 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.27 |
| HSL | 78.2º | 0.49% | 0.49% | - |
| HSV(B) | 78.2º | 0.66% | 0.73% | - |
| XYZ | 30.88 | 41.88 | 11.31 | - |
| YUV | 161.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 64 | 0.20 | 0 | 0.66 | 0.27 | 78.2 | 0.49 | 0.49 |
| Hex | 95 | BA | 40 | 14 | 0 | 42 | 1B | 4E | 31 | 31 |
| Octal | 225 | 272 | 100 | 24 | 0 | 102 | 33 | 116 | 61 | 61 |
| Binary | 10010101 | 10111010 | 1000000 | 10100 | 0 | 1000010 | 11011 | 1001110 | 110001 | 110001 |
Color Harmonies of #95BA40
Complementary color
Monochromatic Colors of #95BA40
Black with #95BA40
Text Example
Text Example
White with #95BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BA40; }
p { color: rgb(149,186,64); }
H1.HeaderClassName
{
color: #95BA40;
}
.AnyTagClassName
{
color: #95BA40;
}
</style>
background-color css
<style>
a { background-color: #95BA40; }
a { background-color: rgb(149,186,64); }
div.DivClassName
{
background-color: #95BA40;
}
.BgClassName
{
background-color: #95BA40;
}
</style>
border-color css
<style>
span { border-color: #95BA40; }
span { border-color: rgb(149,186,64); }
td.TdClassName
{
border-color: #95BA40;
}
.TagClassName
{
border-color: #95BA40;
}
</style>