Shades of Atlantis #92D344
Tints of Atlantis #92D344
RGB
CMYK
RGB Variations
Color information
#92D344 (or 0x92D344) is known color: Atlantis. HEX triplet: 92, D3 and 44. RGB value is (146,211,68). Sum of RGB (Red+Green+Blue) = 146+211+68=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #92D344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92D344 is #6D2CBB. Grayscale: #AFAFAF. Windows color (decimal): -7154876 or 4510610. OLE color: 4510610.
HSL color Cylindrical-coordinate representation of color #92D344: hue angle of 87.27º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92D344 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 211 | 68 | - |
| CMYK | 0.31 | 0 | 0.68 | 0.17 |
| HSL | 87.27º | 0.62% | 0.55% | - |
| HSV(B) | 87.27º | 0.68% | 0.83% | - |
| XYZ | 36.19 | 53.12 | 13.81 | - |
| YUV | 175.26 | 67.47 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 211 | 68 | 0.31 | 0 | 0.68 | 0.17 | 87.27 | 0.62 | 0.55 |
| Hex | 92 | D3 | 44 | 1F | 0 | 44 | 11 | 57 | 3E | 37 |
| Octal | 222 | 323 | 104 | 37 | 0 | 104 | 21 | 127 | 76 | 67 |
| Binary | 10010010 | 11010011 | 1000100 | 11111 | 0 | 1000100 | 10001 | 1010111 | 111110 | 110111 |
Color Harmonies of #92D344
Complementary color
Monochromatic Colors of #92D344
Black with #92D344
Text Example
Text Example
White with #92D344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D344; }
p { color: rgb(146,211,68); }
H1.HeaderClassName
{
color: #92D344;
}
.AnyTagClassName
{
color: #92D344;
}
</style>
background-color css
<style>
a { background-color: #92D344; }
a { background-color: rgb(146,211,68); }
div.DivClassName
{
background-color: #92D344;
}
.BgClassName
{
background-color: #92D344;
}
</style>
border-color css
<style>
span { border-color: #92D344; }
span { border-color: rgb(146,211,68); }
td.TdClassName
{
border-color: #92D344;
}
.TagClassName
{
border-color: #92D344;
}
</style>