Shades of Atlantis #95CA3D
Tints of Atlantis #95CA3D
RGB
CMYK
RGB Variations
Color information
#95CA3D (or 0x95CA3D) is known color: Atlantis. HEX triplet: 95, CA and 3D. RGB value is (149,202,61). Sum of RGB (Red+Green+Blue) = 149+202+61=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CA3D is #6A35C2. Grayscale: #AAAAAA. Windows color (decimal): -6960579 or 4049557. OLE color: 4049557.
HSL color Cylindrical-coordinate representation of color #95CA3D: hue angle of 82.55º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95CA3D is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 202 | 61 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.21 |
| HSL | 82.55º | 0.57% | 0.52% | - |
| HSV(B) | 82.55º | 0.7% | 0.79% | - |
| XYZ | 34.36 | 48.97 | 12.06 | - |
| YUV | 170.08 | 66.44 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 202 | 61 | 0.26 | 0 | 0.70 | 0.21 | 82.55 | 0.57 | 0.52 |
| Hex | 95 | CA | 3D | 1A | 0 | 46 | 15 | 53 | 39 | 34 |
| Octal | 225 | 312 | 75 | 32 | 0 | 106 | 25 | 123 | 71 | 64 |
| Binary | 10010101 | 11001010 | 111101 | 11010 | 0 | 1000110 | 10101 | 1010011 | 111001 | 110100 |
Color Harmonies of #95CA3D
Complementary color
Monochromatic Colors of #95CA3D
Black with #95CA3D
Text Example
Text Example
White with #95CA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CA3D; }
p { color: rgb(149,202,61); }
H1.HeaderClassName
{
color: #95CA3D;
}
.AnyTagClassName
{
color: #95CA3D;
}
</style>
background-color css
<style>
a { background-color: #95CA3D; }
a { background-color: rgb(149,202,61); }
div.DivClassName
{
background-color: #95CA3D;
}
.BgClassName
{
background-color: #95CA3D;
}
</style>
border-color css
<style>
span { border-color: #95CA3D; }
span { border-color: rgb(149,202,61); }
td.TdClassName
{
border-color: #95CA3D;
}
.TagClassName
{
border-color: #95CA3D;
}
</style>