Shades of Atlantis #95EA3E
Tints of Atlantis #95EA3E
RGB
CMYK
RGB Variations
Color information
#95EA3E (or 0x95EA3E) is known color: Atlantis. HEX triplet: 95, EA and 3E. RGB value is (149,234,62). Sum of RGB (Red+Green+Blue) = 149+234+62=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #95EA3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95EA3E is #6A15C1. Grayscale: #BDBDBD. Windows color (decimal): -6952386 or 4123285. OLE color: 4123285.
HSL color Cylindrical-coordinate representation of color #95EA3E: hue angle of 89.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95EA3E is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 234 | 62 | - |
| CMYK | 0.36 | 0 | 0.74 | 0.08 |
| HSL | 89.65º | 0.8% | 0.58% | - |
| HSV(B) | 89.65º | 0.74% | 0.92% | - |
| XYZ | 42.69 | 65.58 | 14.97 | - |
| YUV | 188.98 | 56.34 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 62 | 0.36 | 0 | 0.74 | 0.08 | 89.65 | 0.8 | 0.58 |
| Hex | 95 | EA | 3E | 24 | 0 | 4A | 8 | 5A | 50 | 3A |
| Octal | 225 | 352 | 76 | 44 | 0 | 112 | 10 | 132 | 120 | 72 |
| Binary | 10010101 | 11101010 | 111110 | 100100 | 0 | 1001010 | 1000 | 1011010 | 1010000 | 111010 |
Color Harmonies of #95EA3E
Complementary color
Monochromatic Colors of #95EA3E
Black with #95EA3E
Text Example
Text Example
White with #95EA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EA3E; }
p { color: rgb(149,234,62); }
H1.HeaderClassName
{
color: #95EA3E;
}
.AnyTagClassName
{
color: #95EA3E;
}
</style>
background-color css
<style>
a { background-color: #95EA3E; }
a { background-color: rgb(149,234,62); }
div.DivClassName
{
background-color: #95EA3E;
}
.BgClassName
{
background-color: #95EA3E;
}
</style>
border-color css
<style>
span { border-color: #95EA3E; }
span { border-color: rgb(149,234,62); }
td.TdClassName
{
border-color: #95EA3E;
}
.TagClassName
{
border-color: #95EA3E;
}
</style>