Shades of Atlantis #95C047
Tints of Atlantis #95C047
RGB
CMYK
RGB Variations
Color information
#95C047 (or 0x95C047) is known color: Atlantis. HEX triplet: 95, C0 and 47. RGB value is (149,192,71). Sum of RGB (Red+Green+Blue) = 149+192+71=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #95C047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C047 is #6A3FB8. Grayscale: #A5A5A5. Windows color (decimal): -6963129 or 4702357. OLE color: 4702357.
HSL color Cylindrical-coordinate representation of color #95C047: hue angle of 81.32º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95C047 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 192 | 71 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.25 |
| HSL | 81.32º | 0.49% | 0.52% | - |
| HSV(B) | 81.32º | 0.63% | 0.75% | - |
| XYZ | 32.38 | 44.54 | 12.85 | - |
| YUV | 165.35 | 74.75 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 192 | 71 | 0.22 | 0 | 0.63 | 0.25 | 81.32 | 0.49 | 0.52 |
| Hex | 95 | C0 | 47 | 16 | 0 | 3F | 19 | 51 | 31 | 34 |
| Octal | 225 | 300 | 107 | 26 | 0 | 77 | 31 | 121 | 61 | 64 |
| Binary | 10010101 | 11000000 | 1000111 | 10110 | 0 | 111111 | 11001 | 1010001 | 110001 | 110100 |
Color Harmonies of #95C047
Complementary color
Monochromatic Colors of #95C047
Black with #95C047
Text Example
Text Example
White with #95C047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C047; }
p { color: rgb(149,192,71); }
H1.HeaderClassName
{
color: #95C047;
}
.AnyTagClassName
{
color: #95C047;
}
</style>
background-color css
<style>
a { background-color: #95C047; }
a { background-color: rgb(149,192,71); }
div.DivClassName
{
background-color: #95C047;
}
.BgClassName
{
background-color: #95C047;
}
</style>
border-color css
<style>
span { border-color: #95C047; }
span { border-color: rgb(149,192,71); }
td.TdClassName
{
border-color: #95C047;
}
.TagClassName
{
border-color: #95C047;
}
</style>