Shades of Atlantis #92E147
Tints of Atlantis #92E147
RGB
CMYK
RGB Variations
Color information
#92E147 (or 0x92E147) is known color: Atlantis. HEX triplet: 92, E1 and 47. RGB value is (146,225,71). Sum of RGB (Red+Green+Blue) = 146+225+71=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #92E147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92E147 is #6D1EB8. Grayscale: #B8B8B8. Windows color (decimal): -7151289 or 4710802. OLE color: 4710802.
HSL color Cylindrical-coordinate representation of color #92E147: hue angle of 90.78º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92E147 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 225 | 71 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.12 |
| HSL | 90.78º | 0.72% | 0.58% | - |
| HSV(B) | 90.78º | 0.68% | 0.88% | - |
| XYZ | 39.92 | 60.42 | 15.52 | - |
| YUV | 183.82 | 64.33 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 225 | 71 | 0.35 | 0 | 0.68 | 0.12 | 90.78 | 0.72 | 0.58 |
| Hex | 92 | E1 | 47 | 23 | 0 | 44 | C | 5B | 48 | 3A |
| Octal | 222 | 341 | 107 | 43 | 0 | 104 | 14 | 133 | 110 | 72 |
| Binary | 10010010 | 11100001 | 1000111 | 100011 | 0 | 1000100 | 1100 | 1011011 | 1001000 | 111010 |
Color Harmonies of #92E147
Complementary color
Monochromatic Colors of #92E147
Black with #92E147
Text Example
Text Example
White with #92E147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E147; }
p { color: rgb(146,225,71); }
H1.HeaderClassName
{
color: #92E147;
}
.AnyTagClassName
{
color: #92E147;
}
</style>
background-color css
<style>
a { background-color: #92E147; }
a { background-color: rgb(146,225,71); }
div.DivClassName
{
background-color: #92E147;
}
.BgClassName
{
background-color: #92E147;
}
</style>
border-color css
<style>
span { border-color: #92E147; }
span { border-color: rgb(146,225,71); }
td.TdClassName
{
border-color: #92E147;
}
.TagClassName
{
border-color: #92E147;
}
</style>